From 3c6341f1c5f932018875fa461ae51310cb419e14 Mon Sep 17 00:00:00 2001 From: Alan McIntyre Date: Thu, 18 Sep 2008 03:33:58 +0000 Subject: Removed unused imports. --- numpy/lib/index_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index af87b24a6..02018c87e 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -7,7 +7,7 @@ __all__ = ['unravel_index', import sys import numpy.core.numeric as _nx -from numpy.core.numeric import asarray, ScalarType, array, dtype +from numpy.core.numeric import asarray, ScalarType, array from numpy.core.numerictypes import find_common_type import math -- cgit v1.2.1