summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/labels.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/labels.py')
-rw-r--r--gitlab/v4/objects/labels.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitlab/v4/objects/labels.py b/gitlab/v4/objects/labels.py
index f899852..00ff65f 100644
--- a/gitlab/v4/objects/labels.py
+++ b/gitlab/v4/objects/labels.py
@@ -1,8 +1,8 @@
from typing import Any, cast, Dict, Optional, TYPE_CHECKING, Union
-from gitlab import exceptions as exc
-from gitlab.base import RequiredOptional, RESTManager, RESTObject
-from gitlab.mixins import (
+from ... import exceptions as exc
+from ...base import RequiredOptional, RESTManager, RESTObject
+from ...mixins import (
CreateMixin,
DeleteMixin,
ListMixin,