Drop top-level imports that don't need to be public API
This commit is contained in:
parent
abec2e85e9
commit
019c5d1613
@ -3,8 +3,6 @@ from .concurrency import AsyncioBackend
|
||||
from .config import PoolLimits, SSLConfig, TimeoutConfig
|
||||
from .dispatch.connection import HTTPConnection
|
||||
from .dispatch.connection_pool import ConnectionPool
|
||||
from .dispatch.http2 import HTTP2Connection
|
||||
from .dispatch.http11 import HTTP11Connection
|
||||
from .exceptions import (
|
||||
ConnectTimeout,
|
||||
DecodingError,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user