diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-01-23 13:25:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 13:25:09 -0700 |
commit | 36a2bf0ce8b072d557af5b58a9003a6bc72caaef (patch) | |
tree | dea44e19f7bbbeda64a219506fdcf8088e449ea6 /numpy/lib/tests/test_mixins.py | |
parent | 04ac2a13b302a7af6fe2a5ca67e09a0e09a0f8e7 (diff) | |
parent | 021163b5e2293286b26d22bdae51305da634e74d (diff) | |
download | numpy-36a2bf0ce8b072d557af5b58a9003a6bc72caaef.tar.gz |
Merge pull request #15403 from WarrenWeckesser/flakes
MAINT: Clean up, mostly unused imports.
Diffstat (limited to 'numpy/lib/tests/test_mixins.py')
-rw-r--r-- | numpy/lib/tests/test_mixins.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_mixins.py b/numpy/lib/tests/test_mixins.py index e184ffe19..a9a0c9081 100644 --- a/numpy/lib/tests/test_mixins.py +++ b/numpy/lib/tests/test_mixins.py @@ -1,6 +1,5 @@ import numbers import operator -import sys import numpy as np from numpy.testing import assert_, assert_equal, assert_raises |