Commit 1b43166
committed
Group setup.py imports
While setuptools has official status, it is not actually part of
the standard library (and since Python 3.12 cannot be treated as if
it is, since it is not installed by default), so its imports belong
in the second group rather than the first, per PEP-8.1 parent e880c33 commit 1b43166
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments