summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.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/core/fromnumeric.py
parent4d9b87ec11dc268bb9069831deab466ffe47ad93 (diff)
downloadnumpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.gz
clean up unused imports and bad whitespace
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index e80006a15..1f84a7b18 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -14,10 +14,7 @@ __all__ = ['take', 'reshape', 'choose', 'repeat', 'put',
import multiarray as mu
import umath as um
import numerictypes as nt
-from numeric import asarray, array, asanyarray, correlate, outer, concatenate
-from umath import sign, absolute, multiply
-import numeric as _nx
-import sys
+from numeric import asarray, array, asanyarray, concatenate
_dt_ = nt.sctype2char
import types