diff --git a/setup.py b/setup.py index 32ccf686..34b36107 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from setuptools import setup, find_packages, Extension +from setuptools import setup, Extension from Cython.Build import cythonize import numpy as np