diff options
Diffstat (limited to 'gitlab/v4/objects/pipelines.py')
-rw-r--r-- | gitlab/v4/objects/pipelines.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitlab/v4/objects/pipelines.py b/gitlab/v4/objects/pipelines.py index ac4290f..903c91e 100644 --- a/gitlab/v4/objects/pipelines.py +++ b/gitlab/v4/objects/pipelines.py @@ -2,10 +2,10 @@ from typing import Any, cast, Dict, Optional, TYPE_CHECKING, 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, CRUDMixin, DeleteMixin, |