community.docker/tests/unit/plugins/inventory
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
..
test_docker_containers.py Remove __metaclass__ = type. 2025-10-09 23:42:38 +02:00