diff options
Diffstat (limited to 'gitlab/v4/objects/deployments.py')
-rw-r--r-- | gitlab/v4/objects/deployments.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gitlab/v4/objects/deployments.py b/gitlab/v4/objects/deployments.py index 9aee699..e9e212b 100644 --- a/gitlab/v4/objects/deployments.py +++ b/gitlab/v4/objects/deployments.py @@ -1,8 +1,7 @@ from typing import Any, cast, Union -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import CreateMixin, RetrieveMixin, SaveMixin, UpdateMixin - +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import CreateMixin, RetrieveMixin, SaveMixin, UpdateMixin from .merge_requests import ProjectDeploymentMergeRequestManager # noqa: F401 __all__ = [ |