Remove unused type _HTTPResponse (#3531)

Unused since 8e7c32846f.
This commit is contained in:
François Freitag
2019-12-21 20:48:17 +00:00
committed by Sebastian Rittau
parent 61f139189e
commit 462f71a212

View File

@@ -15,10 +15,6 @@ import os
_T = TypeVar('_T')
_UrlopenRet = Any
class _HTTPResponse(HTTPResponse):
url: str
msg: str # type: ignore
def urlopen(
url: Union[str, Request], data: Optional[bytes] = ...,
timeout: Optional[float] = ..., *, cafile: Optional[str] = ...,