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 |
||
|---|---|---|
| .. | ||
| testdata/certs | ||
| test_build.py | ||
| test_config.py | ||
| test_decorators.py | ||
| test_json_stream.py | ||
| test_ports.py | ||
| test_proxy.py | ||
| test_utils.py | ||