diff options
Diffstat (limited to 'numpy/tests/test_scripts.py')
-rw-r--r-- | numpy/tests/test_scripts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_scripts.py b/numpy/tests/test_scripts.py index 08ffb101b..33210cc42 100644 --- a/numpy/tests/test_scripts.py +++ b/numpy/tests/test_scripts.py @@ -9,7 +9,6 @@ import os import pytest from os.path import join as pathjoin, isfile, dirname, basename from subprocess import Popen, PIPE -import warnings import numpy as np from numpy.compat.py3k import basestring |