Skip to content

Commit 02f8725

Browse files
committed
Single quotes :)
1 parent 2f1cbb4 commit 02f8725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

salt/auth/ldap.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ def _render_template(filter, username):
5757

5858

5959
class _LDAPConnection:
60-
61-
"""Setup an LDAP connection."""
60+
'''
61+
Setup an LDAP connection.
62+
'''
6263

6364
def __init__(self, server, port, tls, binddn, bindpw):
6465
'''

0 commit comments

Comments
 (0)