mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Remove unnecessary test imports (#5978)
Remove unnecessary test imports.
This commit is contained in:
parent
2b8ac3c629
commit
9f87989e7f
71 changed files with 70 additions and 121 deletions
|
@ -12,7 +12,7 @@ import json
|
|||
import pytest
|
||||
|
||||
from .xenserver_common import fake_xenapi_ref
|
||||
from .xenserver_conftest import XenAPI, xenserver_guest_info
|
||||
from .xenserver_conftest import XenAPI, xenserver_guest_info # noqa: F401, pylint: disable=unused-import
|
||||
|
||||
pytestmark = pytest.mark.usefixtures('patch_ansible_module')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue