Update ldap.py

This commit is contained in:
BastelBaus 2025-03-24 20:13:38 +01:00 committed by GitHub
parent 0d1dcec61a
commit 3af690fcb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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