Remove unnecessary test imports (#5978)

Remove unnecessary test imports.
This commit is contained in:
Felix Fontein
2023-02-12 21:05:08 +01:00
committed by GitHub
parent 2b8ac3c629
commit 9f87989e7f
71 changed files with 70 additions and 121 deletions

View File

@@ -15,7 +15,7 @@ import ansible.module_utils.six
from ansible.module_utils.six.moves import xmlrpc_client
from ansible_collections.community.general.plugins.modules import rhn_register
from .rhn_conftest import mock_request
from .rhn_conftest import mock_request # noqa: F401, pylint: disable=unused-import
import pytest