Skip to content

Commit 05b8ef8

Browse files
committed
Fix for PEP8: E127 continuation line over-indented for visual indent
1 parent de86c25 commit 05b8ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@ class Project(SaveMixin, ObjectDeleteMixin, RESTObject):
32823282
('wikis', 'ProjectWikiManager'),
32833283
)
32843284

3285-
@cli.register_custom_action('Project', tuple(),
3285+
@cli.register_custom_action('Project', tuple(),
32863286
('path', 'ref', 'recursive'))
32873287
@exc.on_http_error(exc.GitlabGetError)
32883288
def repository_tree(self, path='', ref='', recursive=False, **kwargs):

0 commit comments

Comments
 (0)