Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit1b43166
committed
Group setup.py imports
While setuptools has official status, it is not actually part ofthe standard library (and since Python 3.12 cannot be treated as ifit is, since it is not installed by default), so its imports belongin the second group rather than the first, per PEP-8.1 parente880c33 commit1b43166
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
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
Comments
(0)