From f0d5d731b9799f23b2442a279c234297aba187d7 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 6 Jun 2022 10:04:08 +0800 Subject: [PATCH] Fix style issues. --- egs/librispeech/ASR/pruned_transducer_stateless3/gigaspeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless3/gigaspeech.py b/egs/librispeech/ASR/pruned_transducer_stateless3/gigaspeech.py index 2dbfb2cd6..36f32c6b3 100644 --- a/egs/librispeech/ASR/pruned_transducer_stateless3/gigaspeech.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless3/gigaspeech.py @@ -47,7 +47,7 @@ class GigaSpeech: filenames = list( glob.glob( - f"{self.manifest_dir}/gigaspeech_XL_split_2000/gigaspeech_cuts_XL.*.jsonl.gz" + f"{self.manifest_dir}/gigaspeech_XL_split_2000/gigaspeech_cuts_XL.*.jsonl.gz" # noqa ) )