diff options
Diffstat (limited to 'gitlab/v4/objects/features.py')
-rw-r--r-- | gitlab/v4/objects/features.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitlab/v4/objects/features.py b/gitlab/v4/objects/features.py index 2e92596..7c843df 100644 --- a/gitlab/v4/objects/features.py +++ b/gitlab/v4/objects/features.py @@ -4,10 +4,10 @@ https://docs.gitlab.com/ee/api/features.html """ from typing import Any, Optional, TYPE_CHECKING, Union -from gitlab import exceptions as exc -from gitlab import utils -from gitlab.base import RESTManager, RESTObject -from gitlab.mixins import DeleteMixin, ListMixin, ObjectDeleteMixin +from ... import exceptions as exc +from ... import utils +from ...base import RESTManager, RESTObject +from ...mixins import DeleteMixin, ListMixin, ObjectDeleteMixin __all__ = [ "Feature", |