8000 chore: apply review suggestion · python-gitlab/python-gitlab@5256a9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5256a9c

Browse files
authored
chore: apply review suggestion
1 parent 7fb00e3 commit 5256a9c

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-
"u 4201 sername",
20-
),
17+
optional=("name", "username"),
2118
)

0 commit comments

Comments
 (0)
0