mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Stdlib: add container default values (#9909)
This commit is contained in:
@@ -102,7 +102,7 @@ class Request:
|
||||
self,
|
||||
url: str,
|
||||
data: _DataType = None,
|
||||
headers: MutableMapping[str, str] = ...,
|
||||
headers: MutableMapping[str, str] = {},
|
||||
origin_req_host: str | None = None,
|
||||
unverifiable: bool = False,
|
||||
method: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user