summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/keys.py')
-rw-r--r--gitlab/v4/objects/keys.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/keys.py b/gitlab/v4/objects/keys.py
index c03dced..3cd6ce5 100644
--- a/gitlab/v4/objects/keys.py
+++ b/gitlab/v4/objects/keys.py
@@ -1,7 +1,7 @@
from typing import Any, cast, Optional, TYPE_CHECKING, Union
-from gitlab.base import RESTManager, RESTObject
-from gitlab.mixins import GetMixin
+from ...base import RESTManager, RESTObject
+from ...mixins import GetMixin
__all__ = [
"Key",