summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/notes.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/notes.py')
-rw-r--r--gitlab/v4/objects/notes.py13
1 files changed, 11 insertions, 2 deletions
diff --git a/gitlab/v4/objects/notes.py b/gitlab/v4/objects/notes.py
index 23c7fa8..88a461a 100644
--- a/gitlab/v4/objects/notes.py
+++ b/gitlab/v4/objects/notes.py
@@ -1,7 +1,16 @@
from gitlab import cli
from gitlab import exceptions as exc
-from gitlab.base import * # noqa
-from gitlab.mixins import * # noqa
+from gitlab.base import RESTManager, RESTObject
+from gitlab.mixins import (
+ CRUDMixin,
+ CreateMixin,
+ DeleteMixin,
+ GetMixin,
+ ObjectDeleteMixin,
+ RetrieveMixin,
+ SaveMixin,
+ UpdateMixin,
+)
from .award_emojis import (
ProjectIssueNoteAwardEmojiManager,
ProjectMergeRequestNoteAwardEmojiManager,