diff options
Diffstat (limited to 'gitlab/v4/objects/environments.py')
-rw-r--r-- | gitlab/v4/objects/environments.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitlab/v4/objects/environments.py b/gitlab/v4/objects/environments.py index 35f2fb2..85f1f90 100644 --- a/gitlab/v4/objects/environments.py +++ b/gitlab/v4/objects/environments.py @@ -2,10 +2,10 @@ from typing import Any, cast, Dict, Union import requests -from gitlab import cli -from gitlab import exceptions as exc -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import ( +from ... import cli +from ... import exceptions as exc +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import ( CreateMixin, DeleteMixin, ObjectDeleteMixin, |