summaryrefslogtreecommitdiff
path: root/numpy/ma/bench.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-09-13 18:04:57 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-09-13 18:04:57 +0000
commite8b5097f886ca58ff5713886f8378d2b233c418b (patch)
tree0ffd24e37f75e200f4a398f2ffc8bd7898caf3ec /numpy/ma/bench.py
parentec1f7831680db674dfe3f8c89ab2159b0d8ed4c1 (diff)
downloadnumpy-e8b5097f886ca58ff5713886f8378d2b233c418b.tar.gz
Removed unused imports.
Standardize NumPy import as "import numpy as np".
Diffstat (limited to 'numpy/ma/bench.py')
-rw-r--r--numpy/ma/bench.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/ma/bench.py b/numpy/ma/bench.py
index 19fbe9461..2cc8f6a80 100644
--- a/numpy/ma/bench.py
+++ b/numpy/ma/bench.py
@@ -6,9 +6,9 @@ import timeit
#ip = IPython.ipapi.get()
#from IPython import ipmagic
import numpy
-from numpy import ma
-from numpy.ma import filled
-from numpy.ma.testutils import assert_equal
+#from numpy import ma
+#from numpy.ma import filled
+#from numpy.ma.testutils import assert_equal
#####---------------------------------------------------------------------------