Commit 3e69703
committed
fix: sort import block to satisfy ruff isort (I001)
Move `from vss_tools.datatypes import Datatypes` before
`from vss_tools.main import get_trees` — alphabetical within
the vss_tools.* group as required by ruff/isort.
Co-Authored-By: Claude and aki1770-del <aki1770@gmail.com>1 parent 4c8887d commit 3e69703
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments