Skip to content

Commit a6e0188

Browse files
committed
black formatting
1 parent db76a20 commit a6e0188

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fastapi_azure_auth/openid_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ def __init__(
4040
self.multi_tenant: bool = multi_tenant
4141
self.app_id = app_id
4242
self.config_url = config_url
43-
self.http_client_config: HttpClientConfig = (
44-
http_client_config or HttpClientConfig()
45-
)
43+
self.http_client_config: HttpClientConfig = http_client_config or HttpClientConfig()
4644

4745
self.authorization_endpoint: str
4846
self.signing_keys: dict[str, 'AllowedPublicKeys']

0 commit comments

Comments
 (0)