diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-01-01 14:45:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-01 14:45:12 +0000 |
commit | b95d13652e229c4cb4a78bf03187be799fd66213 (patch) | |
tree | 7904b04ebf1e9fb0b91a90af4762e6f506f19014 /numpy/lib/tests/test_function_base.py | |
parent | 63ef78b1cb80ae52dae115afa2463510336e6759 (diff) | |
parent | d690452646711f9091c73de471463e795d12acfc (diff) | |
download | numpy-b95d13652e229c4cb4a78bf03187be799fd66213.tar.gz |
Merge pull request #15215 from WarrenWeckesser/misc-maint
MAINT: lib: A little bit of clean up for the new year.
Diffstat (limited to 'numpy/lib/tests/test_function_base.py')
-rw-r--r-- | numpy/lib/tests/test_function_base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_function_base.py b/numpy/lib/tests/test_function_base.py index 9075ff538..f95e0a251 100644 --- a/numpy/lib/tests/test_function_base.py +++ b/numpy/lib/tests/test_function_base.py @@ -4,7 +4,6 @@ import operator import warnings import sys import decimal -import types from fractions import Fraction import pytest |