Fix pre-commit isort issues

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-09-12 05:31:08 +01:00 committed by Gareth J. Greenaway
parent 998cb0f951
commit 06f81864bb
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import logging
import pytest
from saltfactories.utils import random_string
from tests.support.helpers import Keys
pytest.importorskip("docker")

View file

@ -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")