Skip to content

Commit 75b4696

Browse files
committed
chore(tests): normalize import order in test_cli per ruff 0.12
1 parent 378bddc commit 75b4696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
# License: MIT
44
from pathlib import Path
55

6-
from ai_patch_verifier.cli import app
76
from typer.testing import CliRunner
87

8+
from ai_patch_verifier.cli import app
9+
910
runner = CliRunner()
1011

1112

0 commit comments

Comments
 (0)