mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 10:38:28 +08:00
Fixing flake8 E202, E203, E225 errors
This commit is contained in:
@@ -16,7 +16,7 @@ class Request(object):
|
||||
headers = ... # type: Dict[str, str]
|
||||
unverifiable = ... # type: bool
|
||||
type = ...
|
||||
origin_req_host= ...
|
||||
origin_req_host = ...
|
||||
unredirected_hdrs = ...
|
||||
|
||||
def __init__(self, url: str, data: str = None, headers: Dict[str, str] = ...,
|
||||
|
||||
Reference in New Issue
Block a user