diff options
Diffstat (limited to 'gitlab/v4/objects/branches.py')
-rw-r--r-- | gitlab/v4/objects/branches.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/branches.py b/gitlab/v4/objects/branches.py index d06d6b4..325474c 100644 --- a/gitlab/v4/objects/branches.py +++ b/gitlab/v4/objects/branches.py @@ -1,7 +1,7 @@ from typing import Any, cast, Union -from gitlab.base import RequiredOptional, RESTManager, RESTObject -from gitlab.mixins import NoUpdateMixin, ObjectDeleteMixin +from ...base import RequiredOptional, RESTManager, RESTObject +from ...mixins import NoUpdateMixin, ObjectDeleteMixin __all__ = [ "ProjectBranch", |