There was an error while loading. Please reload this page.
1 parent 9bdd612 commit 61b4f7fCopy full SHA for 61b4f7f
1 file changed
gitlab/v4/objects/service_accounts.py
@@ -14,8 +14,5 @@ class GroupServiceAccountManager(CreateMixin, RESTManager):
14
_obj_cls = GroupServiceAccount
15
_from_parent_attrs = {"group_id": "id"}
16
_create_attrs = RequiredOptional(
17
- optional=(
18
- "name",
19
- "username",
20
- ),
+ optional=("name", "username"),
21
)
0 commit comments