Skip to content

Commit

Permalink
make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Sep 17, 2024
1 parent b54c120 commit 244ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/authnz/custos_authnz.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, provider, oidc_config, oidc_backend_config, idphint=None):
)
),
extra_params={},
extra_scopes=oidc_backend_config.get("extra_scopes",[]),
extra_scopes=oidc_backend_config.get("extra_scopes", []),
authorization_endpoint=None,
token_endpoint=None,
end_session_endpoint=None,
Expand Down

0 comments on commit 244ff92

Please sign in to comment.