Skip to content

Commit bdb314d

Browse files
committed
Remove unused imports from setup.py
1 parent cd8ac18 commit bdb314d

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
@@ -30,8 +30,6 @@
3030
from os.path import join, exists, dirname
3131

3232
import skbuild
33-
import skbuild.setuptools_wrap
34-
import skbuild.utils
3533

3634
sys.path.insert(0, dirname(__file__)) # Ensures local imports work
3735
from _vendored.conv_template import process_file as process_c_file

0 commit comments

Comments
 (0)