diff options
Diffstat (limited to 'numpy/tests/test_warnings.py')
-rw-r--r-- | numpy/tests/test_warnings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_warnings.py b/numpy/tests/test_warnings.py index c4c206542..d7a6d880c 100644 --- a/numpy/tests/test_warnings.py +++ b/numpy/tests/test_warnings.py @@ -2,7 +2,6 @@ Tests which scan for certain occurrences in the code, they may not find all of these occurrences but should catch almost all. """ -import sys import pytest from pathlib import Path |