Adding NetworkError to __init__ (#814)

This commit is contained in:
Primož Godec 2020-02-12 16:19:48 +01:00 committed by GitHub
parent b3db9ff0b6
commit 3e12fd0656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ from ._exceptions import (
DecodingError,
HTTPError,
InvalidURL,
NetworkError,
NotRedirectResponse,
PoolTimeout,
ProtocolError,
@ -60,6 +61,7 @@ __all__ = [
"DecodingError",
"HTTPError",
"InvalidURL",
"NetworkError",
"NotRedirectResponse",
"PoolTimeout",
"ProtocolError",