mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 05:22:36 +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.py | ||