Skip to content

Commit 111b7d9

Browse files
author
Adam Reid
committed
Remove unnecessary canUpdate property from ProjectIssuesNote
1 parent 5fe7e27 commit 111b7d9

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
@@ -935,7 +935,6 @@ class ProjectHookManager(BaseManager):
935935
class ProjectIssueNote(GitlabObject):
936936
_url = '/projects/%(project_id)s/issues/%(issue_id)s/notes'
937937
_constructorTypes = {'author': 'User'}
938-
canUpdate = True
939938
canDelete = False
940939
requiredUrlAttrs = ['project_id', 'issue_id']
941940
requiredCreateAttrs = ['body']

0 commit comments

Comments
 (0)