From 23b5a7ce3e02e9f93a05704e13ab55b78e12768b Mon Sep 17 00:00:00 2001 From: Yifan Yang Date: Wed, 7 May 2025 12:29:12 +0000 Subject: [PATCH] format multi_dataset.py --- egs/speech_llm/ASR_LLM/whisper_llm_zh/multi_dataset.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/egs/speech_llm/ASR_LLM/whisper_llm_zh/multi_dataset.py b/egs/speech_llm/ASR_LLM/whisper_llm_zh/multi_dataset.py index eae967500..f821fd29d 100644 --- a/egs/speech_llm/ASR_LLM/whisper_llm_zh/multi_dataset.py +++ b/egs/speech_llm/ASR_LLM/whisper_llm_zh/multi_dataset.py @@ -15,13 +15,10 @@ # limitations under the License. -import glob import logging -import re from pathlib import Path -from typing import Dict, List +from typing import Dict -import lhotse from lhotse import CutSet, load_manifest_lazy