From bb6e262b57afdc93b32d3277a08f7fb5de7748ef Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 31 Dec 2014 14:00:17 +0200 Subject: [PATCH] sampling: remove unused import --- amodem/sampling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/amodem/sampling.py b/amodem/sampling.py index af74357..69cfdc2 100644 --- a/amodem/sampling.py +++ b/amodem/sampling.py @@ -72,7 +72,6 @@ class Sampler(object): def resample(src, dst, df=0.0): - from . import common x = common.load(src) sampler = Sampler(x, Interpolator()) sampler.freq += df