diff options
Diffstat (limited to 'gitlab/config.py')
-rw-r--r-- | gitlab/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/config.py b/gitlab/config.py index c663bf8..d2a05df 100644 --- a/gitlab/config.py +++ b/gitlab/config.py @@ -206,7 +206,7 @@ class GitlabConfigParser(object): except Exception: pass - def _get_values_from_helper(self): + def _get_values_from_helper(self) -> None: """Update attributes that may get values from an external helper program""" for attr in HELPER_ATTRIBUTES: value = getattr(self, attr) |