Commit 50ea189
committed
Fix setuptools warning
Load distutils after setuptools, to address this following warning
from Setuptools:
> Distutils was imported before Setuptools. This usage is discouraged
> and may exhibit undesirable behaviors or errors.1 parent df3c919 commit 50ea189
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments