Skip to content

Commit e535caf

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cad03c9 commit e535caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/cli/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from tox.session.cmd.quickstart import quickstart
1313
from tox.session.cmd.run.parallel import run_parallel
1414
from tox.session.cmd.run.sequential import run_sequential
15-
from tox.session.cmd.show_config import show_config
1615
from tox.session.cmd.schema import gen_schema
16+
from tox.session.cmd.show_config import show_config
1717

1818
if TYPE_CHECKING:
1919
from tox.session.state import State

0 commit comments

Comments
 (0)