Skip to content

Commit 108f495

Browse files
committed
setup.py: remove unused imports
1 parent 8a90cd5 commit 108f495

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,9 @@
4343
import ast
4444
import codecs
4545
import os
46-
import sys
47-
from distutils.command.build_ext import build_ext
48-
from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
4946

5047
import pkg_resources
51-
from setuptools import Extension, setup
48+
from setuptools import setup
5249

5350
pkg_resources.require("setuptools>=39.2")
5451

0 commit comments

Comments
 (0)