From b9c65d41e0824be99b45571676e6475791415da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBelasko?= Date: Fri, 7 Jan 2022 13:30:57 -0500 Subject: [PATCH] black --- egs/yesno/ASR/local/compute_fbank_yesno.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/egs/yesno/ASR/local/compute_fbank_yesno.py b/egs/yesno/ASR/local/compute_fbank_yesno.py index 475eb3ee1..6072d4222 100755 --- a/egs/yesno/ASR/local/compute_fbank_yesno.py +++ b/egs/yesno/ASR/local/compute_fbank_yesno.py @@ -42,7 +42,9 @@ def compute_fbank_yesno(): ) assert manifests is not None - extractor = Fbank(FbankConfig(sampling_rate=8000, num_mel_bins=num_mel_bins)) + extractor = Fbank( + FbankConfig(sampling_rate=8000, num_mel_bins=num_mel_bins) + ) with get_executor() as ex: # Initialize the executor only once. for partition, m in manifests.items():