Skip to content

Commit 1f81c2d

Browse files
committed
Added missing comma
1 parent db9bbf6 commit 1f81c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ class ProjectHook(GitlabObject):
851851
requiredUrlAttrs = ['project_id']
852852
requiredCreateAttrs = ['url']
853853
optionalCreateAttrs = ['push_events', 'issues_events',
854-
'merge_requests_events', 'tag_push_events'
854+
'merge_requests_events', 'tag_push_events',
855855
'build_events', 'enable_ssl_verification']
856856
shortPrintAttr = 'url'
857857

0 commit comments

Comments
 (0)