diff --git a/stdlib/3/http/client.pyi b/stdlib/3/http/client.pyi index 340f09033..30f45d845 100644 --- a/stdlib/3/http/client.pyi +++ b/stdlib/3/http/client.pyi @@ -1,5 +1,3 @@ -# Stubs for http.client (Python 3.4) - from typing import ( Any, Dict, IO, Iterable, List, Iterator, Mapping, Optional, Tuple, TypeVar, Union, @@ -178,6 +176,7 @@ class HTTPSConnection(HTTPConnection): check_hostname: Optional[bool] = ...) -> None: ... class HTTPException(Exception): ... +error = HTTPException class NotConnected(HTTPException): ... class InvalidURL(HTTPException): ...