[7.x] Sort imports with isort and regenerate APIs
This commit is contained in:
@@ -16,16 +16,14 @@
|
||||
# under the License.
|
||||
|
||||
import asyncio
|
||||
import ssl
|
||||
import os
|
||||
import urllib3 # type: ignore
|
||||
import ssl
|
||||
import warnings
|
||||
from ._extra_imports import aiohttp_exceptions, aiohttp, yarl
|
||||
from .compat import get_running_loop
|
||||
from ..connection.base import (
|
||||
Connection,
|
||||
)
|
||||
|
||||
import urllib3 # type: ignore
|
||||
|
||||
from ..compat import urlencode
|
||||
from ..connection.base import Connection
|
||||
from ..exceptions import (
|
||||
ConnectionError,
|
||||
ConnectionTimeout,
|
||||
@@ -33,7 +31,8 @@ from ..exceptions import (
|
||||
SSLError,
|
||||
)
|
||||
from ..utils import _client_meta_version
|
||||
|
||||
from ._extra_imports import aiohttp, aiohttp_exceptions, yarl
|
||||
from .compat import get_running_loop
|
||||
|
||||
# sentinel value for `verify_certs`.
|
||||
# This is used to detect if a user is passing in a value
|
||||
|
||||
Reference in New Issue
Block a user