community.docker/tests/unit/plugins/module_utils
Felix Fontein 8f0a96f1ba Adjust all __future__ imports:
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
2025-10-09 20:12:06 +02:00
..
_api Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
compose_v2_test_cases.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__compose_v2.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__copy.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__image_archive.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__logfmt.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__scramble.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
test__util.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00