oidc-exchange: add-trailing-comma

Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
William Woodruff 2023-08-09 15:17:18 -04:00
parent e5f0690e91
commit 326f9ad1e1
No known key found for this signature in database

View file

@ -207,8 +207,8 @@ if not mint_token_resp.ok:
die(
_SERVER_REFUSED_TOKEN_EXCHANGE_MESSAGE.format(
reasons=reasons, rendered_claims=rendered_claims
)
reasons=reasons, rendered_claims=rendered_claims,
),
)
pypi_token = mint_token_payload.get("token")