From: Paul Brossier Date: Sat, 27 Aug 2016 09:40:47 +0000 (+0200) Subject: python/demos/demo_timestretch*: remove unused import X-Git-Tag: 0.4.4~233 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d738d75262baf96c629b23510e1d9b34a0b2ffcc;p=aubio.git python/demos/demo_timestretch*: remove unused import --- 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