mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-19 13:32:38 +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 |
||
|---|---|---|
| .. | ||
| _common_api.py | ||
| _common.py | ||
| _socket_handler.py | ||
| _unsafe.py | ||