MAINT: Remove unused import.

This commit is contained in:
Scott Sanderson
2015-08-04 01:40:16 -04:00
parent 0cc84e7a15
commit e91b1c56b2
+1 -1
View File
@@ -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