mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit isort issues
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
998cb0f951
commit
06f81864bb
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ import logging
|
|||
|
||||
import pytest
|
||||
from saltfactories.utils import random_string
|
||||
|
||||
from tests.support.helpers import Keys
|
||||
|
||||
pytest.importorskip("docker")
|
||||
|
|
|
@ -12,6 +12,7 @@ import time
|
|||
import pytest
|
||||
from pytestshellutils.utils.processes import ProcessResult, terminate_process
|
||||
from saltfactories.utils import random_string
|
||||
|
||||
from tests.support.helpers import Keys
|
||||
|
||||
pytest.importorskip("docker")
|
||||
|
|
Loading…
Add table
Reference in a new issue