Skip to content

Commit fd523b3

Browse files
authored
Merge pull request #1814 from python-gitlab/jlvillal/missing_comma
chore: fix missing comma
2 parents 9896340 + 7c59fac commit fd523b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/v4/objects/services.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
179179
"wiki_page_events",
180180
"push_channel",
181181
"issue_channel",
182-
"confidential_issue_channel" "merge_request_channel",
182+
"confidential_issue_channel",
183+
"merge_request_channel",
183184
"note_channel",
184185
"confidential_note_channel",
185186
"tag_push_channel",

0 commit comments

Comments
 (0)