Skip to content

Commit 1dd88f5

Browse files
committed
remove timeout arg
results in mypy error (although this seems like a mistake, it would just overwrite the default timeout value if it was provided).
1 parent 573f299 commit 1dd88f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastapi_azure_auth/openid_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
class HttpClientConfig(TypedDict):
1717
verify: NotRequired[ssl.SSLContext]
1818
trust_env: NotRequired[bool]
19-
timeout: NotRequired[float]
2019

2120

2221
class OpenIdConfig:

0 commit comments

Comments
 (0)