Parcourir la source

Update ldap.py

BastelBaus il y a 11 mois
Parent
commit
3af690fcb6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      radicale/auth/ldap.py

+ 0 - 1
radicale/auth/ldap.py

@@ -56,7 +56,6 @@ class Auth(auth.BaseAuth):
         try:
             import ldap3
             self.ldap3 = ldap3
- 
         except ImportError:
             try:
                 import ldap