mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136.
This commit is contained in:
@@ -8,9 +8,6 @@ import pytest
|
||||
from ansible.inventory.data import InventoryData
|
||||
from ansible.parsing.dataloader import DataLoader
|
||||
from ansible.template import Templar
|
||||
from ansible_collections.community.docker.plugins.inventory.docker_containers import (
|
||||
InventoryModule,
|
||||
)
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import (
|
||||
create_autospec,
|
||||
)
|
||||
@@ -18,6 +15,10 @@ from ansible_collections.community.internal_test_tools.tests.unit.utils.trust im
|
||||
make_trusted,
|
||||
)
|
||||
|
||||
from ansible_collections.community.docker.plugins.inventory.docker_containers import (
|
||||
InventoryModule,
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def templar():
|
||||
|
||||
Reference in New Issue
Block a user