Skip to content

Commit ee1620b

Browse files
author
Gauvain Pocentek
committed
Merge branch 'master' of github.com:gpocentek/python-gitlab
2 parents 1de6b7e + f5c75cb commit ee1620b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,6 @@ class ProjectHookManager(BaseManager):
938938
class ProjectIssueNote(GitlabObject):
939939
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
940940
_constructorTypes = {'author': 'User'}
941-
canUpdate = False
942941
canDelete = False
943942
requiredUrlAttrs = ['project_id', 'issue_id']
944943
requiredCreateAttrs = ['body']

0 commit comments

Comments
 (0)