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
-2
View File
@@ -21,7 +21,6 @@ from ansible_collections.community.docker.plugins.module_utils._version import (
LooseVersion,
)
try:
from requests.exceptions import ( # noqa: F401, pylint: disable=unused-import
RequestException,
@@ -60,7 +59,6 @@ from ansible_collections.community.docker.plugins.module_utils._util import (
update_tls_hostname,
)
if t.TYPE_CHECKING:
from collections.abc import Callable