[CI Fix] Remove ansible.module_utils.six imports (#998)

SUMMARY
This PR is essentially attempting Option B from issue #996 (Option A is implemented here); this code update accounts for the recent merge of sanity: warn on ansible.module_utils.six imports #85651.

Reviewed-by: Alina Buzachis
Reviewed-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua>
This commit is contained in:
Bianca Henderson
2025-09-22 12:08:18 -04:00
committed by GitHub
parent 6158300062
commit 448d3fe156
7 changed files with 14 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Remove ``ansible.module_utils.six`` imports to avoid warnings (https://github.com/ansible-collections/kubernetes.core/pull/998).