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:
@@ -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