From d738d75262baf96c629b23510e1d9b34a0b2ffcc Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 11:40:47 +0200 Subject: [PATCH] python/demos/demo_timestretch*: remove unused import --- python/demos/demo_timestretch.py | 2 +- python/demos/demo_timestretch_online.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/demos/demo_timestretch.py b/python/demos/demo_timestretch.py index 136dbd98..94a1b5f5 100755 --- a/python/demos/demo_timestretch.py +++ b/python/demos/demo_timestretch.py @@ -7,7 +7,7 @@ # and synthesis in a second pass. import sys -from aubio import source, sink, pvoc, mfcc, cvec +from aubio import source, sink, pvoc, cvec from aubio import unwrap2pi, float_type import numpy as np diff --git a/python/demos/demo_timestretch_online.py b/python/demos/demo_timestretch_online.py index d2e22d5e..89a0dc63 100755 --- a/python/demos/demo_timestretch_online.py +++ b/python/demos/demo_timestretch_online.py @@ -7,7 +7,7 @@ # `demo_timestretch.py` for a version following the original implementation. import sys -from aubio import source, sink, pvoc, mfcc, cvec +from aubio import source, sink, pvoc, cvec from aubio import unwrap2pi, float_type import numpy as np -- 2.11.0