Skip to content

Commit c716d94

Browse files
committed
remove unused import
1 parent 9390009 commit c716d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55
import sys
66

7-
from setuptools import Command, Extension, setup, errors
7+
from setuptools import Command, Extension, setup
88
from setuptools.command.build import build
99
from setuptools.command.build_ext import build_ext
1010
from setuptools.command.install import install

0 commit comments

Comments
 (0)