Remove six usages. (#884)

This commit is contained in:
Felix Fontein
2025-05-03 11:12:29 +02:00
committed by GitHub
parent 645b7bf9ed
commit 83beb7148c
16 changed files with 23 additions and 54 deletions

View File

@@ -4,3 +4,4 @@ minor_changes:
- "Python code modernization: use ``unittest.mock`` instead of ``ansible_collections.community.internal_test_tools.tests.unit.compat.mock`` (https://github.com/ansible-collections/community.crypto/pull/881)."
- "Python code modernization: remove Python 3 specific code (https://github.com/ansible-collections/community.crypto/pull/877)."
- "Python code modernization: avoid unnecessary string conversion (https://github.com/ansible-collections/community.crypto/pull/880)."
- "Python code modernization: avoid using ``six`` (https://github.com/ansible-collections/community.crypto/pull/884)."