Skip to content

Commit 68c09b7

Browse files
author
Gauvain Pocentek
committed
pep8 fix
1 parent 20143f5 commit 68c09b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/objects.py

+1
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ class CurrentUser(GitlabObject):
702702
('keys', CurrentUserKeyManager, [('user_id', 'id')])
703703
)
704704

705+
705706
class ApplicationSettings(GitlabObject):
706707
_url = '/application/settings'
707708
_id_in_update_url = False

0 commit comments

Comments
 (0)