Skip to content

Commit 754022c

Browse files
author
Massimiliano Riva
committed
feat(api): add ListMixin to ProjectMergeRequestDiscussionNoteManager
Closes: #3180
1 parent be25c16 commit 754022c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gitlab/v4/objects/notes.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ class ProjectMergeRequestDiscussionNote(SaveMixin, ObjectDeleteMixin, RESTObject
164164

165165

166166
class ProjectMergeRequestDiscussionNoteManager(
167-
GetMixin[ProjectMergeRequestDiscussionNote],
168-
CreateMixin[ProjectMergeRequestDiscussionNote],
169-
UpdateMixin[ProjectMergeRequestDiscussionNote],
170-
DeleteMixin[ProjectMergeRequestDiscussionNote],
167+
CRUDMixin[ProjectMergeRequestDiscussionNote]
171168
):
172169
_path = (
173170
"/projects/{project_id}/merge_requests/{mr_iid}/"

0 commit comments

Comments
 (0)