mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix more relative imports.
This commit is contained in:
@@ -24,7 +24,7 @@ import json
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.plugins.modules.network.eric_eccli import eric_eccli_command
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..eccli_module import TestEccliModule, load_fixture
|
||||
from .eccli_module import TestEccliModule, load_fixture
|
||||
|
||||
|
||||
class TestEccliCommandModule(TestEccliModule):
|
||||
|
||||
Reference in New Issue
Block a user