diff options
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 |