Skip to content

Commit b7c99cd

Browse files
fix(tests): reorder import statement for consistency in test_main.py
1 parent e144c79 commit b7c99cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Test cases for the main application commands using Typer's CLI runner."""
22

3-
from theproject.cli import app
43
from typer.testing import CliRunner
54

5+
from theproject.cli import app
6+
67
runner = CliRunner()
78

89

0 commit comments

Comments
 (0)