diff options
author | Tim Leslie <tim.leslie@gmail.com> | 2007-01-09 04:45:31 +0000 |
---|---|---|
committer | Tim Leslie <tim.leslie@gmail.com> | 2007-01-09 04:45:31 +0000 |
commit | e56a09af9e696129b92e7487bccbc3713568fc5b (patch) | |
tree | 1257c10ae62f2847ac22f48e502eafeef7632820 /numpy/lib/function_base.py | |
parent | 4d9b87ec11dc268bb9069831deab466ffe47ad93 (diff) | |
download | numpy-e56a09af9e696129b92e7487bccbc3713568fc5b.tar.gz |
clean up unused imports and bad whitespace
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 1b79afc25..d7ba85add 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -639,7 +639,7 @@ def trim_zeros(filt, trim='fb'): import sys if sys.hexversion < 0x2040000: - from sets import Set as set + from sets import Set as set def unique(x): """Return sorted unique items from an array or sequence. |