From 768e57a8cfc5a75a66bc6ed982ee256b3bddc15e Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Sat, 25 Mar 2006 11:41:41 +0000 Subject: remove unused imports --- numpy/lib/function_base.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index f6abfac2a..481e7e6e1 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -18,9 +18,7 @@ from numpy.core.numeric import ScalarType, dot, where, newaxis from numpy.core.umath import pi, multiply, add, arctan2, \ frompyfunc, isnan, cos, less_equal, sqrt, sin, mod, exp from numpy.core.oldnumeric import ravel, nonzero, choose, \ - typecodes, ArrayType, squeeze,\ - sort -from numpy.lib.type_check import ScalarType + typecodes, ArrayType, sort from numpy.lib.shape_base import atleast_1d from numpy.lib.twodim_base import diag from _compiled_base import digitize, bincount, _insert, add_docstring -- cgit v1.2.1