[7.x] Sort imports with isort and regenerate APIs

This commit is contained in:
Seth Michael Larson
2021-01-13 14:21:04 -06:00
committed by GitHub
parent e0e54a1128
commit a728aaa491
195 changed files with 1010 additions and 816 deletions
+7 -8
View File
@@ -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