mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Update requests stubs with ReadTimeout exception (#4747)
This commit is contained in:
1
third_party/2and3/requests/__init__.pyi
vendored
1
third_party/2and3/requests/__init__.pyi
vendored
@@ -14,6 +14,7 @@ from .api import (
|
||||
from .exceptions import (
|
||||
ConnectionError as ConnectionError,
|
||||
HTTPError as HTTPError,
|
||||
ReadTimeout as ReadTimeout,
|
||||
RequestException as RequestException,
|
||||
Timeout as Timeout,
|
||||
TooManyRedirects as TooManyRedirects,
|
||||
|
||||
Reference in New Issue
Block a user