summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/ldap.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/ldap.py')
-rw-r--r--gitlab/v4/objects/ldap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/ldap.py b/gitlab/v4/objects/ldap.py
index 10667b4..081f8aa 100644
--- a/gitlab/v4/objects/ldap.py
+++ b/gitlab/v4/objects/ldap.py
@@ -1,7 +1,7 @@
from typing import Any, List, Union
-from gitlab import exceptions as exc
-from gitlab.base import RESTManager, RESTObject, RESTObjectList
+from ... import exceptions as exc
+from ...base import RESTManager, RESTObject, RESTObjectList
__all__ = [
"LDAPGroup",