Unit tests: clean up compat imports (#10902)

Clean up compat imports.
This commit is contained in:
Felix Fontein 2025-10-11 10:03:37 +02:00 committed by GitHub
commit 74b6a0294a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
127 changed files with 237 additions and 212 deletions

View file

@ -8,8 +8,8 @@ import os
import re
import shutil
import tempfile
import unittest
from ansible_collections.community.internal_test_tools.tests.unit.compat import unittest
from ansible_collections.community.general.plugins.module_utils.ocapi_utils import OcapiUtils