diff options
Diffstat (limited to 'numpy/testing/utils.py')
-rw-r--r-- | numpy/testing/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/testing/utils.py b/numpy/testing/utils.py index 235b9e0ba..ca09e3b7d 100644 --- a/numpy/testing/utils.py +++ b/numpy/testing/utils.py @@ -1580,4 +1580,3 @@ def gen_alignment_data(dtype=float32, type='binary', max_size=24): class IgnoreException(Exception): "Ignoring this exception due to disabled feature" - |