summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/custom_attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/custom_attributes.py')
-rw-r--r--gitlab/v4/objects/custom_attributes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/custom_attributes.py b/gitlab/v4/objects/custom_attributes.py
index d061614..79c238a 100644
--- a/gitlab/v4/objects/custom_attributes.py
+++ b/gitlab/v4/objects/custom_attributes.py
@@ -1,7 +1,7 @@
from typing import Any, cast, Union
-from gitlab.base import RESTManager, RESTObject
-from gitlab.mixins import DeleteMixin, ObjectDeleteMixin, RetrieveMixin, SetMixin
+from ...base import RESTManager, RESTObject
+from ...mixins import DeleteMixin, ObjectDeleteMixin, RetrieveMixin, SetMixin
__all__ = [
"GroupCustomAttribute",