Commit 22bc6c2
committed
fix(lint): sort the devboxes import block
The generated tree and the custom code each added an import at the same line,
so integrating them left `...lib.wait_for_status` inside the `...types.*` block
and ruff's isort rule (I001) rejected it. Both symbols are used, so the
resolution keeps both and only reorders.
Applied by ./scripts/format rather than by hand, so the ordering is whatever
ruff wants rather than whatever looked right.1 parent 7edf2e9 commit 22bc6c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments