ref: da1a83f347aa37b7f06897bc03a4fe126f36ee18
parent: badb5254d1f33ffd12063810162a7b48f57e05ff
author: Paul Brossier <piem@piem.org>
date: Thu Mar 23 16:39:53 EDT 2017
python/tests/test_source.py: remove unused import
--- a/python/tests/test_source.py
+++ b/python/tests/test_source.py
@@ -5,7 +5,6 @@
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)