mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 02:22:07 +08:00
Improve an annotation in tornado stubs (#3809)
This commit is contained in:
2
third_party/2and3/tornado/httpclient.pyi
vendored
2
third_party/2and3/tornado/httpclient.pyi
vendored
@@ -79,7 +79,7 @@ class HTTPResponse:
|
||||
time_info: Any
|
||||
def __init__(self, request, code, headers=..., buffer=..., effective_url=..., error=..., request_time=..., time_info=...,
|
||||
reason=...) -> None: ...
|
||||
body: Any
|
||||
body: bytes
|
||||
def rethrow(self): ...
|
||||
|
||||
class HTTPError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user