mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove MutableMapping from requests.Session.cookies's type (#2946)
This commit is contained in:
committed by
Sebastian Rittau
parent
6d8e610d75
commit
cda204a151
2
third_party/2and3/requests/sessions.pyi
vendored
2
third_party/2and3/requests/sessions.pyi
vendored
@@ -72,7 +72,7 @@ class Session(SessionRedirectMixin):
|
||||
cert: Union[None, Text, Tuple[Text, Text]]
|
||||
max_redirects: int
|
||||
trust_env: bool
|
||||
cookies: Union[RequestsCookieJar, MutableMapping[Text, Text]]
|
||||
cookies: RequestsCookieJar
|
||||
adapters: MutableMapping
|
||||
redirect_cache: RecentlyUsedContainer
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user