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/index_tricks.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index e64d5dcd4..8ac065c47 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -8,7 +8,6 @@ __all__ = ['unravel_index', 'ndenumerate','ndindex'] import sys -import types import numpy.core.numeric as _nx from numpy.core.numeric import asarray, ScalarType, array @@ -319,8 +318,6 @@ class r_class(concatenator): r_ = r_class() -import warnings - class c_class(concatenator): """Translates slice objects to concatenation along the second axis. -- cgit v1.2.1