diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-07-25 17:45:48 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-07-25 17:45:48 -0600 |
commit | fd79f6900717ff312497d71c64817226f494cb19 (patch) | |
tree | bded1013f41010ea5ffb97c6bc463dbf8239644c /numpy/lib/tests/test_stride_tricks.py | |
parent | 64a8e2ad3152d15ab07ecd8e36852903a6e0a13d (diff) | |
download | numpy-fd79f6900717ff312497d71c64817226f494cb19.tar.gz |
STY: PEP8 and pyflakes fixes for numpy/lib/tests
Diffstat (limited to 'numpy/lib/tests/test_stride_tricks.py')
-rw-r--r-- | numpy/lib/tests/test_stride_tricks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_stride_tricks.py b/numpy/lib/tests/test_stride_tricks.py index 44112c970..aad0695be 100644 --- a/numpy/lib/tests/test_stride_tricks.py +++ b/numpy/lib/tests/test_stride_tricks.py @@ -318,7 +318,6 @@ def test_as_strided(): assert_equal(a.dtype, a_view.dtype) - class VerySimpleSubClass(np.ndarray): def __new__(cls, *args, **kwargs): kwargs['subok'] = True |