diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-11-05 14:02:52 +0100 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-11-05 14:02:52 +0100 |
commit | 68c09b7f13ed11e728bd33a6a69d1b9c43a0d402 (patch) | |
tree | 2ddb478702c840d841386401020484fab5dbedf7 /gitlab/objects.py | |
parent | 20143f58723a2e1de1eb436a414d2afd31f8ed24 (diff) | |
download | gitlab-68c09b7f13ed11e728bd33a6a69d1b9c43a0d402.tar.gz |
pep8 fix
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r-- | gitlab/objects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index 7c7a865..e98df7e 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -702,6 +702,7 @@ class CurrentUser(GitlabObject): ('keys', CurrentUserKeyManager, [('user_id', 'id')]) ) + class ApplicationSettings(GitlabObject): _url = '/application/settings' _id_in_update_url = False |