8000 Remove unused _create_attrs (object no longer a CRUDMixin) · python-gitlab/python-gitlab@7e89fd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7e89fd0

Browse files
committed
Remove unused _create_attrs (object no longer a CRUDMixin)
1 parent 37c41d5 commit 7e89fd0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gitlab/v4/objects.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,11 +2372,6 @@ class ProjectPushRulesManager(GetWithoutIdMixin, UpdateMixin, RESTManager):
23722372
_path = '/projects/%(project_id)s/push_rule'
23732373
_obj_cls = ProjectPushRules
23742374
_from_parent_attrs = {'project_id': 'id'}
2375-
_create_attrs = (tuple(),
2376-
('deny_delete_tag', 'member_check',
2377-
'prevent_secrets', 'commit_message_regex',
2378-
'branch_name_regex', 'author_email_regex',
2379-
'file_name_regex', 'max_file_size'))
23802375
_update_attrs = (tuple(),
23812376
('deny_delete_tag', 'member_check',
23822377
'prevent_secrets', 'commit_message_regex',

0 commit comments

Comments
 (0)
0