diff options
Diffstat (limited to 'gitlab.py')
-rw-r--r-- | gitlab.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |