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/v4/objects/projects.py | |
parent | f731707f076264ebea65afc814e4aca798970953 (diff) | |
download | gitlab-fe7d19de5aeba675dcb06621cf36ab4169391158.tar.gz |
chore: apply suggestions
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-rw-r--r-- | gitlab/v4/objects/projects.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/v4/objects/projects.py b/gitlab/v4/objects/projects.py index 8401c5c..b9951a7 100644 --- a/gitlab/v4/objects/projects.py +++ b/gitlab/v4/objects/projects.py @@ -155,7 +155,8 @@ class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RepositoryMixin, RESTO ("wikis", "ProjectWikiManager"), ("clusters", "ProjectClusterManager"), ("additionalstatistics", "ProjectAdditionalStatisticsManager"), - ("issuesstatistics", "ProjectIssuesStatisticsManager"), + ("issues_statistics", "ProjectIssuesStatisticsManager"), + ("issuesstatistics", "ProjectIssuesStatisticsManager"), # Deprecated ("deploytokens", "ProjectDeployTokenManager"), ) |