Skip to content

Commit

Permalink
break lines too long
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeleyng committed Sep 22, 2016
1 parent 94932a0 commit 608ebbd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gitlab/objects.py
Expand Up @@ -1883,14 +1883,16 @@ class Project(GitlabObject):
'snippets_enabled', 'container_registry_enabled',
'public', 'visibility_level', 'namespace_id',
'description', 'path', 'import_url',
'builds_enabled', 'public_builds', 'only_allow_merge_if_build_succeeds']
'builds_enabled', 'public_builds',
'only_allow_merge_if_build_succeeds']
optionalUpdateAttrs = ['name', 'default_branch', 'issues_enabled',
'wall_enabled', 'merge_requests_enabled',
'wiki_enabled', 'snippets_enabled',
'container_registry_enabled', 'public',
'visibility_level', 'namespace_id', 'description',
'path', 'import_url', 'builds_enabled',
'public_builds', 'only_allow_merge_if_build_succeeds']
'public_builds',
'only_allow_merge_if_build_succeeds']
shortPrintAttr = 'path'
managers = [
('accessrequests', ProjectAccessRequestManager,
Expand Down

0 comments on commit 608ebbd

Please sign in to comment.