We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
1 parent 05007ac commit 59c36c8Copy full SHA for 59c36c8
stubs/requests/requests/sessions.pyi
@@ -102,7 +102,7 @@ _Params: TypeAlias = (
102
)
103
_TextMapping: TypeAlias = MutableMapping[str, str]
104
_HeadersUpdateMapping: TypeAlias = Mapping[str, str | bytes | None]
105
-_Timeout: TypeAlias = float | tuple[float, float] | tuple[float, None]
+_Timeout: TypeAlias = float | tuple[float | None, float | None]
106
_Verify: TypeAlias = bool | str
107
108
@type_check_only
0 commit comments