From e56a09af9e696129b92e7487bccbc3713568fc5b Mon Sep 17 00:00:00 2001 From: Tim Leslie Date: Tue, 9 Jan 2007 04:45:31 +0000 Subject: clean up unused imports and bad whitespace --- numpy/lib/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'numpy/lib/utils.py') diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index e50679eaa..d16dd8a78 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -1,8 +1,8 @@ -import sys, os +import sys import inspect import types -from numpy.core.numerictypes import obj2sctype, integer, generic -from numpy.core.multiarray import dtype as _dtype, _flagdict, flagsobj +from numpy.core.numerictypes import obj2sctype, generic +from numpy.core.multiarray import dtype as _dtype from numpy.core import product, ndarray __all__ = ['issubclass_', 'get_numpy_include', 'issubsctype', -- cgit v1.2.1