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:
@@ -9,7 +9,7 @@ __metaclass__ = type
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.plugins.modules.network.onyx import onyx_aaa
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ..onyx_module import TestOnyxModule, load_fixture
|
||||
from .onyx_module import TestOnyxModule, load_fixture
|
||||
|
||||
|
||||
class TestOnyxAAAModule(TestOnyxModule):
|
||||
|
||||
Reference in New Issue
Block a user