oidc-exchange: add-trailing-comma
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
parent
e5f0690e91
commit
326f9ad1e1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue