From da1a83f347aa37b7f06897bc03a4fe126f36ee18 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 23 Mar 2017 20:39:53 +0100 Subject: [PATCH] python/tests/test_source.py: remove unused import --- python/tests/test_source.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tests/test_source.py b/python/tests/test_source.py index 755c01ed..d8809174 100755 --- a/python/tests/test_source.py +++ b/python/tests/test_source.py @@ -5,7 +5,6 @@ from nose2.tools import params from numpy.testing import TestCase, assert_equal from aubio import source from .utils import list_all_sounds -import numpy as np import warnings warnings.filterwarnings('ignore', category=UserWarning, append=True) -- 2.11.0