summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schles <erschles@microsoft.com>2018-09-25 15:19:05 -0400
committerEric Schles <erschles@microsoft.com>2018-09-25 15:19:05 -0400
commitb13c52c9af4dbec3ee2dcae51671eb7bc9059d4f (patch)
treecf400607f5cbc46d31536645c0bd9c290b204e21
parent1dde1a5ce69a0d21a56b3d8e42f617f93f9a38f0 (diff)
downloadnumpy-b13c52c9af4dbec3ee2dcae51671eb7bc9059d4f.tar.gz
removing warnings
-rw-r--r--numpy/tests/test_scripts.py1
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