mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Re-sort imports.
This commit is contained in:
@@ -19,7 +19,6 @@ from ansible_collections.community.docker.plugins.module_utils._util import (
|
||||
DOCKER_COMMON_ARGS,
|
||||
)
|
||||
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from ansible.plugins import AnsiblePlugin
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ from ansible_collections.community.docker.plugins.module_utils._util import (
|
||||
DOCKER_COMMON_ARGS,
|
||||
)
|
||||
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from ansible.plugins import AnsiblePlugin
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ from ansible_collections.community.docker.plugins.module_utils._socket_handler i
|
||||
DockerSocketHandlerBase,
|
||||
)
|
||||
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from ansible.utils.display import Display
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ from ansible.utils.unsafe_proxy import (
|
||||
)
|
||||
from ansible.utils.unsafe_proxy import wrap_var as _make_unsafe
|
||||
|
||||
|
||||
_RE_TEMPLATE_CHARS = re.compile("[{}]")
|
||||
_RE_TEMPLATE_CHARS_BYTES = re.compile(b"[{}]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user