Commit 6ebf97d
fix: resolve ruff lint errors in cli/main.py
- Remove unused get_model_stats import
- Break long mode_label string onto multiple lines (E501)
- Re-sort import block (I001, auto-fixed by ruff)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent eb27e46 commit 6ebf97d
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments