remove unused import

This commit is contained in:
marcoyang1998 2023-07-28 14:43:25 +08:00
parent f626ec849b
commit 8174610b92

View File

@ -27,8 +27,6 @@ from torch import nn
from icefall import ContextGraph, ContextState, NgramLm, NgramLmStateCost
from icefall.decode import Nbest, one_best_decoding
from icefall.lm_wrapper import LmScorer
from icefall.rnn_lm.model import RnnLmModel
from icefall.transformer_lm.model import TransformerLM
from icefall.utils import (
DecodingResults,
add_eos,