Fix a typo.

This commit is contained in:
Fangjun Kuang 2021-09-18 16:36:36 +08:00
parent e062c1b5cf
commit 77993b9552

View File

@ -23,7 +23,7 @@ You can run this file in one of the two ways:
""" """
import k2 import k2
from icefall.decode2 import Nbest from icefall.decode import Nbest
def test_nbest_from_lattice(): def test_nbest_from_lattice():