From e91b1c56b252ddc3073a15209e38e73424911b62 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 4 Aug 2015 01:40:16 -0400 Subject: [PATCH] MAINT: Remove unused import. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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