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

Skip to content

Commit 61b4f7f

Browse files
committed
chore: apply review suggestion
1 parent 9bdd612 commit 61b4f7f
< 8000 div class="prc-PageLayout-HorizontalDivider-CYLp5 prc-PageLayout-HeaderHorizontalDivider-bofyb" data-variant="line" style="--spacing-divider:var(--spacing-none);--spacing:var(--spacing-none)">

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)
0