Skip to content

Commit 61b4f7f

Browse files
committed
chore: apply review suggestion
1 parent 9bdd612 commit 61b4f7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gitlab/v4/objects/service_accounts.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ class GroupServiceAccountManager(CreateMixin, RESTManager):
1414
_obj_cls = GroupServiceAccount
1515
_from_parent_attrs = {"group_id": "id"}
1616
_create_attrs = RequiredOptional(
17-
optional=(
18-
"name",
19-
"username",
20-
),
17+
optional=("name", "username"),
2118
)

0 commit comments

Comments
 (0)