diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-08 23:56:25 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-08 23:56:25 +0200 |
commit | f8abe2de00ea44447160a05b1927328c3e1806f0 (patch) | |
tree | 851109649f284b049dce38ee5d65cee3a9458c28 /gitlab/v4/objects/projects.py | |
parent | 823628153ec813c4490e749e502a47716425c0f1 (diff) | |
download | gitlab-chore/remove-issuesstatistics.tar.gz |
refactor(objects): remove deprecated project.issuesstatisticschore/remove-issuesstatistics
BREAKING CHANGE: remove deprecated project.issuesstatistics
in favor of project.issues_statistics
Diffstat (limited to 'gitlab/v4/objects/projects.py')
-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 |