diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-09-13 18:04:57 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-09-13 18:04:57 +0000 |
commit | e8b5097f886ca58ff5713886f8378d2b233c418b (patch) | |
tree | 0ffd24e37f75e200f4a398f2ffc8bd7898caf3ec /numpy/ma/bench.py | |
parent | ec1f7831680db674dfe3f8c89ab2159b0d8ed4c1 (diff) | |
download | numpy-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.py | 6 |
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 #####--------------------------------------------------------------------------- |