Update ldap.py

This commit is contained in:
BastelBaus
2025-03-24 20:13:38 +01:00
committed by GitHub
parent 0d1dcec61a
commit 3af690fcb6

View File

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