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