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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/v4/objects/notes.py b/gitlab/v4/objects/notes.py
index 6fa50b9..d85fea7 100644
--- a/gitlab/v4/objects/notes.py
+++ b/gitlab/v4/objects/notes.py
@@ -1,7 +1,7 @@
from gitlab.base import RequiredOptional, RESTManager, RESTObject
from gitlab.mixins import (
- CRUDMixin,
CreateMixin,
+ CRUDMixin,
DeleteMixin,
GetMixin,
ObjectDeleteMixin,
@@ -9,13 +9,13 @@ from gitlab.mixins import (
SaveMixin,
UpdateMixin,
)
+
from .award_emojis import ( # noqa: F401
ProjectIssueNoteAwardEmojiManager,
ProjectMergeRequestNoteAwardEmojiManager,
ProjectSnippetNoteAwardEmojiManager,
)
-
__all__ = [
"ProjectNote",
"ProjectNoteManager",