Improve an annotation in tornado stubs (#3809)

This commit is contained in:
Jukka Lehtosalo
2020-03-05 14:34:14 +00:00
committed by GitHub
parent 68190cefde
commit 1c08bf7fa2

View File

@@ -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):