From 976d8124470126bfde316c0af280acc5ec4966b7 Mon Sep 17 00:00:00 2001 From: zr_jin Date: Wed, 30 Oct 2024 14:41:51 +0800 Subject: [PATCH] isort fixed formatting issue --- icefall/decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icefall/decode.py b/icefall/decode.py index 5f90ee168..5d836bd48 100644 --- a/icefall/decode.py +++ b/icefall/decode.py @@ -24,8 +24,8 @@ import k2 import torch from icefall.context_graph import ContextGraph, ContextState -from icefall.ngram_lm import NgramLm, NgramLmStateCost from icefall.lm_wrapper import LmScorer +from icefall.ngram_lm import NgramLm, NgramLmStateCost from icefall.utils import add_eos, add_sos, get_texts DEFAULT_LM_SCALE = [