diff options
Diffstat (limited to 'gitlab/v4/objects/ldap.py')
-rw-r--r-- | gitlab/v4/objects/ldap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects/ldap.py b/gitlab/v4/objects/ldap.py index 72c8e7f..e0202a1 100644 --- a/gitlab/v4/objects/ldap.py +++ b/gitlab/v4/objects/ldap.py @@ -1,7 +1,6 @@ from gitlab import exceptions as exc from gitlab.base import RESTManager, RESTObject, RESTObjectList - __all__ = [ "LDAPGroup", "LDAPGroupManager", |