diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-08 23:56:25 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-09-08 20:15:01 -0700 |
commit | ca7777e0dbb82b5d0ff466835a94c99e381abb7c (patch) | |
tree | 87934577811b253199df14b10ff3103758272995 /gitlab | |
parent | 4d7b848e2a826c58e91970a1d65ed7d7c3e07166 (diff) | |
download | gitlab-ca7777e0dbb82b5d0ff466835a94c99e381abb7c.tar.gz |
refactor(objects): remove deprecated project.issuesstatistics
BREAKING CHANGE: remove deprecated project.issuesstatistics
in favor of project.issues_statistics
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/v4/objects/projects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/v4/objects/projects.py b/gitlab/v4/objects/projects.py index 8392dda..eb11137 100644 --- a/gitlab/v4/objects/projects.py +++ b/gitlab/v4/objects/projects.py @@ -135,7 +135,6 @@ class Project(RefreshMixin, SaveMixin, ObjectDeleteMixin, RepositoryMixin, RESTO imports: ProjectImportManager issues: ProjectIssueManager issues_statistics: ProjectIssuesStatisticsManager - issuesstatistics: ProjectIssuesStatisticsManager # Deprecated jobs: ProjectJobManager keys: ProjectKeyManager labels: ProjectLabelManager |