Skip to content

Commit

Permalink
oidc-exchange: add-trailing-comma
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Aug 9, 2023
1 parent e5f0690 commit 326f9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oidc-exchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ def _get(name: str) -> str: # noqa: WPS430

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")
Expand Down

0 comments on commit 326f9ad

Please sign in to comment.