From ca7777e0dbb82b5d0ff466835a94c99e381abb7c Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Wed, 8 Sep 2021 23:56:25 +0200 Subject: refactor(objects): remove deprecated project.issuesstatistics BREAKING CHANGE: remove deprecated project.issuesstatistics in favor of project.issues_statistics --- gitlab/v4/objects/projects.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gitlab/v4/objects/projects.py') 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 -- cgit v1.2.1