sampling: remove unused import

This commit is contained in:
Roman Zeyde
2014-12-31 14:00:17 +02:00
parent dfd19df01f
commit bb6e262b57

View File

@@ -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