Skip to content

Commit

Permalink
Blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Jul 7, 2023
1 parent 281d4e0 commit d968c12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/pbench/server/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,7 @@ def construct_oidc_client(cls, server_config: PbenchServerConfig) -> "OpenIDClie
raise OpenIDClient.NotConfigured() from exc

oidc_client = cls(
server_url=server_url,
client_id=client,
realm_name=realm,
verify=ca_cert
server_url=server_url, client_id=client, realm_name=realm, verify=ca_cert
)
oidc_client.set_oidc_public_key()
return oidc_client
Expand Down

0 comments on commit d968c12

Please sign in to comment.