Skip to content

Commit

Permalink
Fix ldap.modlist import
Browse files Browse the repository at this point in the history
ldap.modlist has to be imported explicitly
  • Loading branch information
backjonas committed Sep 15, 2023
1 parent b46cd86 commit 3b83a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions teknologr/api/ldap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import ldap
import ldap.modlist
from getenv import env

import time
Expand Down

0 comments on commit 3b83a64

Please sign in to comment.