From: Paul Brossier Date: Thu, 23 Mar 2017 19:39:53 +0000 (+0100) Subject: python/tests/test_source.py: remove unused import X-Git-Tag: 0.4.5~48 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=da1a83f347aa37b7f06897bc03a4fe126f36ee18;p=aubio.git python/tests/test_source.py: remove unused import --- 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)