[7.x] Sort imports with isort and regenerate APIs
This commit is contained in:
@@ -17,7 +17,5 @@
|
||||
|
||||
from .base import Connection as Connection
|
||||
from .http_requests import RequestsHttpConnection as RequestsHttpConnection
|
||||
from .http_urllib3 import (
|
||||
Urllib3HttpConnection as Urllib3HttpConnection,
|
||||
create_ssl_context as create_ssl_context,
|
||||
)
|
||||
from .http_urllib3 import Urllib3HttpConnection as Urllib3HttpConnection
|
||||
from .http_urllib3 import create_ssl_context as create_ssl_context
|
||||
|
||||
Reference in New Issue
Block a user