diff options
Diffstat (limited to 'gitlab/__init__.py')
| -rw-r--r-- | gitlab/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index ae7e29b..43b139d 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -1062,7 +1062,6 @@ class ProjectTag(GitlabObject): class ProjectMergeRequestNote(GitlabObject): _url = '/projects/%(project_id)s/merge_requests/%(merge_request_id)s/notes' _constructorTypes = {'author': 'User'} - canUpdate = False canDelete = False requiredUrlAttrs = ['project_id', 'merge_request_id'] requiredCreateAttrs = ['body'] |
