diff options
Diffstat (limited to 'gitlab/v4/objects/runners.py')
-rw-r--r-- | gitlab/v4/objects/runners.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gitlab/v4/objects/runners.py b/gitlab/v4/objects/runners.py index d340b99..3196d56 100644 --- a/gitlab/v4/objects/runners.py +++ b/gitlab/v4/objects/runners.py @@ -1,10 +1,10 @@ from typing import Any, cast, List, Optional, Union -from gitlab import cli -from gitlab import exceptions as exc -from gitlab import types -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import ( +from ... import cli +from ... import exceptions as exc +from ... import types +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import ( CreateMixin, CRUDMixin, DeleteMixin, |