Skip to content

Commit

Permalink
Fix pre-commit isort issues
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch authored and garethgreenaway committed Sep 13, 2022
1 parent 998cb0f commit 06f8186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/pytests/integration/ssh/test_py_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import pytest
from saltfactories.utils import random_string

from tests.support.helpers import Keys

pytest.importorskip("docker")
Expand Down
1 change: 1 addition & 0 deletions tests/pytests/integration/ssh/test_ssh_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
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")
Expand Down

0 comments on commit 06f8186

Please sign in to comment.