mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-31 20:53:49 +00:00
f45232635c
* Remove unicode text prefixes. * Replace str.format() uses with f-strings. * Replace % with f-strings, and do some cleanup. * Fix wrong variable. * Avoid unnecessary string conversion.