summaryrefslogtreecommitdiff
path: root/gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.py')
-rw-r--r--gitlab.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab.py b/gitlab.py
index fc34086..897a178 100644
--- a/gitlab.py
+++ b/gitlab.py
@@ -645,7 +645,6 @@ class ProjectBranch(GitlabObject):
class ProjectCommit(GitlabObject):
_url = '/projects/%(project_id)s/repository/commits'
- canGet = False
canDelete = False
canUpdate = False
canCreate = False