Skip to content

Commit 326f9ad

Browse files
committed
oidc-exchange: add-trailing-comma
Signed-off-by: William Woodruff <[email protected]>
1 parent e5f0690 commit 326f9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oidc-exchange.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ def _get(name: str) -> str: # noqa: WPS430
207207

208208
die(
209209
_SERVER_REFUSED_TOKEN_EXCHANGE_MESSAGE.format(
210-
reasons=reasons, rendered_claims=rendered_claims
211-
)
210+
reasons=reasons, rendered_claims=rendered_claims,
211+
),
212212
)
213213

214214
pypi_token = mint_token_payload.get("token")

0 commit comments

Comments
 (0)