diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-30 06:48:19 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-05-30 08:50:09 -0700 |
commit | fe7d19de5aeba675dcb06621cf36ab4169391158 (patch) | |
tree | 4db5feb840dc3496f52b496f939799d8bff41523 /gitlab/client.py | |
parent | f731707f076264ebea65afc814e4aca798970953 (diff) | |
download | gitlab-fe7d19de5aeba675dcb06621cf36ab4169391158.tar.gz |
chore: apply suggestions
Diffstat (limited to 'gitlab/client.py')
-rw-r--r-- | gitlab/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/client.py b/gitlab/client.py index fe018af..d6233db 100644 --- a/gitlab/client.py +++ b/gitlab/client.py @@ -118,7 +118,7 @@ class Gitlab(object): self.groups = objects.GroupManager(self) self.hooks = objects.HookManager(self) self.issues = objects.IssueManager(self) - self.issuesstatistics = objects.IssuesStatisticsManager(self) + self.issues_statistics = objects.IssuesStatisticsManager(self) self.ldapgroups = objects.LDAPGroupManager(self) self.licenses = objects.LicenseManager(self) self.namespaces = objects.NamespaceManager(self) |