diff options
Diffstat (limited to 'gitlab/v4/objects/deploy_tokens.py')
-rw-r--r-- | gitlab/v4/objects/deploy_tokens.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gitlab/v4/objects/deploy_tokens.py b/gitlab/v4/objects/deploy_tokens.py index 97f3270..7c3e8c9 100644 --- a/gitlab/v4/objects/deploy_tokens.py +++ b/gitlab/v4/objects/deploy_tokens.py @@ -1,6 +1,6 @@ -from gitlab import types -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin +from ... import types +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin __all__ = [ "DeployToken", |