community.docker/plugins/plugin_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
..
_common_api.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00
_common.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
_socket_handler.py Adjust all __future__ imports: 2025-10-09 20:12:06 +02:00
_unsafe.py Make all doc fragments, module utils, and plugin utils private (#1144) 2025-10-07 07:32:33 +02:00