diff options
author | Eric Schles <erschles@microsoft.com> | 2018-09-25 15:19:05 -0400 |
---|---|---|
committer | Eric Schles <erschles@microsoft.com> | 2018-09-25 15:19:05 -0400 |
commit | b13c52c9af4dbec3ee2dcae51671eb7bc9059d4f (patch) | |
tree | cf400607f5cbc46d31536645c0bd9c290b204e21 /numpy/tests | |
parent | 1dde1a5ce69a0d21a56b3d8e42f617f93f9a38f0 (diff) | |
download | numpy-b13c52c9af4dbec3ee2dcae51671eb7bc9059d4f.tar.gz |
removing warnings
Diffstat (limited to 'numpy/tests')
-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 |