mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-15 02:21:44 -07:00
[stalbe-5] Remove unnecessary test imports (#5980)
Remove unnecessary test imports (#5978)
Remove unnecessary test imports.
(cherry picked from commit 9f87989e7f
)
This commit is contained in:
parent
24210b32cf
commit
66e3c19a57
66 changed files with 96 additions and 114 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')
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import json
|
|||
import pytest
|
||||
|
||||
from .xenserver_common import fake_xenapi_ref
|
||||
from .xenserver_conftest import fake_ansible_module, XenAPI, xenserver_guest_powerstate
|
||||
from .xenserver_conftest import fake_ansible_module, XenAPI, xenserver_guest_powerstate # noqa: F401, pylint: disable=unused-import
|
||||
|
||||
|
||||
testcase_set_powerstate = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue