Re-sort imports.

This commit is contained in:
Felix Fontein
2025-12-25 21:59:01 +01:00
parent 42121e3326
commit 712d920941
106 changed files with 0 additions and 127 deletions
@@ -27,7 +27,6 @@ from ansible_collections.community.docker.plugins.module_utils._api.utils.build
tar,
)
if t.TYPE_CHECKING:
from collections.abc import Collection
@@ -16,7 +16,6 @@ from ansible_collections.community.docker.plugins.module_utils._api.utils.json_s
stream_as_text,
)
if t.TYPE_CHECKING:
T = t.TypeVar("T")
@@ -14,7 +14,6 @@ from ansible_collections.community.docker.plugins.module_utils._api.utils.proxy
ProxyConfig,
)
HTTP = "http://test:80"
HTTPS = "https://test:443"
FTP = "ftp://user:password@host:23"
@@ -44,7 +44,6 @@ from ansible_collections.community.docker.tests.unit.plugins.module_utils._api.c
DEFAULT_DOCKER_API_VERSION,
)
TEST_CERT_DIR = os.path.join(
os.path.dirname(__file__),
"testdata/certs",