mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 21:42:45 +00:00
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i; done |
||
|---|---|---|
| .. | ||
| test_docker_container_copy_into.py | ||
| test_docker_image_build.py | ||
| test_docker_image.py | ||
| test_docker_network.py | ||
| test_docker_swarm_service.py | ||