From 1c08bf7fa23e98c30edc3498997eed1e49e8004e Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Thu, 5 Mar 2020 14:34:14 +0000 Subject: [PATCH] Improve an annotation in tornado stubs (#3809) --- third_party/2and3/tornado/httpclient.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/2and3/tornado/httpclient.pyi b/third_party/2and3/tornado/httpclient.pyi index f10709333..d58da7401 100644 --- a/third_party/2and3/tornado/httpclient.pyi +++ b/third_party/2and3/tornado/httpclient.pyi @@ -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):