summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
diff options
context:
space:
mode:
authorTim Leslie <tim.leslie@gmail.com>2007-01-09 04:45:31 +0000
committerTim Leslie <tim.leslie@gmail.com>2007-01-09 04:45:31 +0000
commite56a09af9e696129b92e7487bccbc3713568fc5b (patch)
tree1257c10ae62f2847ac22f48e502eafeef7632820 /numpy/lib/index_tricks.py
parent4d9b87ec11dc268bb9069831deab466ffe47ad93 (diff)
downloadnumpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.gz
clean up unused imports and bad whitespace
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r--numpy/lib/index_tricks.py3
1 files changed, 0 insertions, 3 deletions
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.