shithub: aubio

Download patch

ref: 0b64f15992d04210092b3a1716933695cc9f6773
parent: fe738f1443b20d57adc1b336f6ca4fe84e8aa98f
author: Paul Brossier <piem@piem.org>
date: Tue May 10 19:00:09 EDT 2016

python/demos/demo_onset_plot.py: remove unused import

--- a/python/demos/demo_onset_plot.py
+++ b/python/demos/demo_onset_plot.py
@@ -46,7 +46,6 @@
 
 if 1:
     # do plotting
-    from numpy import arange
     import matplotlib.pyplot as plt
     allsamples_max = (allsamples_max > 0) * allsamples_max
     allsamples_max_times = [ float(t) * hop_s / downsample / samplerate for t in range(len(allsamples_max)) ]