Skip to content

Commit d0113b3

Browse files
Remove unused import statements in setup.py
This should fix the following warning: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools’ objects directly or at least import Setuptools first.
1 parent 5943c67 commit d0113b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import os
2222
import subprocess
2323
import sys
24-
import tempfile
25-
import distutils.dir_util
2624
import json
2725

2826
from setuptools import Command, find_packages, setup

0 commit comments

Comments
 (0)