summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/projects.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-05-30 06:48:19 +0200
committerJohn Villalovos <john@sodarock.com>2021-05-30 08:50:09 -0700
commitfe7d19de5aeba675dcb06621cf36ab4169391158 (patch)
tree4db5feb840dc3496f52b496f939799d8bff41523 /gitlab/v4/objects/projects.py
parentf731707f076264ebea65afc814e4aca798970953 (diff)
downloadgitlab-fe7d19de5aeba675dcb06621cf36ab4169391158.tar.gz
chore: apply suggestions
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-rw-r--r--gitlab/v4/objects/projects.py3
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"),
)