Commit 1dc90b5
authored
isort 6.x can't be installed (requires Python >=3.9), so isort 5.13.2 is used instead. isort 5.x collapses multi-line imports to a single line when they fit within the line length, while isort 6.x preserves the multi-line format. The fix is simply collapsing the import to one line, which is valid under both versions. (#223)
1 parent 59fbd73 commit 1dc90b5
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
0 commit comments