Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Update requests stubs with ReadTimeout exception (python#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelsomani authored Nov 6, 2020
1 parent 92911e3 commit 2371df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/2and3/requests/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2371df1

Please sign in to comment.