community.docker/plugins/module_utils/_api
Felix Fontein 274a2106be Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
  sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
2025-10-09 20:12:16 +02:00
..
api Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
context Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
credentials Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
transport Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
types Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
utils Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
_import_helper.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
auth.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
constants.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
errors.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00
tls.py Remove all UTF-8 encoding specifications for Python source files: 2025-10-09 20:12:16 +02:00