community.docker/tests/unit/plugins
Felix Fontein f862113456 Remove __metaclass__ = type.
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
  sed -e '/^__metaclass__ = type/d' -i $i;
done
2025-10-09 23:42:38 +02:00
..
connection Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00
inventory Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00
module_utils Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00
modules Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00
plugin_utils Python code modernization, 2/n (#1156) 2025-10-09 20:46:48 +02:00
test_support Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00