mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
LDAP auth: make flake8 happy
"fix" small lint to keep flake8 happy.
This commit is contained in:
parent
5f677fc77e
commit
5a183e3c2b
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class Auth(auth.BaseAuth):
|
|||
"""Fill groupDNs with DNs of groups found"""
|
||||
if len(res) > 0:
|
||||
groupDNs = []
|
||||
for dn,entry in res:
|
||||
for dn, entry in res:
|
||||
groupDNs.append(dn)
|
||||
|
||||
"""Close LDAP connection"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue