File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -944,7 +944,6 @@ class ProjectIssue(GitlabObject):
944
944
_url = '/projects/%(project_id)s/issues/'
945
945
_constructorTypes = {'author' : 'User' , 'assignee' : 'User' ,
946
946
'milestone' : 'ProjectMilestone' }
947
- canDelete = False
948
947
requiredUrlAttrs = ['project_id' ]
949
948
requiredCreateAttrs = ['title' ]
950
949
# FIXME: state_event is only valid with update
@@ -1072,7 +1071,6 @@ class ProjectMergeRequest(GitlabObject):
1072
1071
_url = '/projects/%(project_id)s/merge_request'
1073
1072
_urlPlural = '/projects/%(project_id)s/merge_requests'
1074
1073
_constructorTypes = {'author' : 'User' , 'assignee' : 'User' }
1075
- canDelete = False
1076
1074
requiredUrlAttrs = ['project_id' ]
1077
1075
requiredCreateAttrs = ['source_branch' , 'target_branch' , 'title' ]
1078
1076
optionalCreateAttrs = ['assignee_id' ]
You can’t perform that action at this time.
0 commit comments