[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-10-31 04:18:27 +00:00
parent cd66f4f532
commit 28edd2bdd7

View File

@ -33,8 +33,6 @@ class EMAFilter:
self.alpha = alpha self.alpha = alpha
self.ema_value = 0.0 self.ema_value = 0.0
def apply(self, audio_signal: list[float]) -> np.ndarray: def apply(self, audio_signal: list[float]) -> np.ndarray:
""" """
Apply the EMA filter to a sequence of Apply the EMA filter to a sequence of