small fix

This commit is contained in:
Fangjun Kuang 2023-06-27 14:33:31 +08:00
parent d876131205
commit b7345c8284

View File

@ -86,7 +86,7 @@ from icefall.checkpoint import (
find_checkpoints, find_checkpoints,
load_checkpoint, load_checkpoint,
) )
from icefall.utils import make_pad_mask, str2bool from icefall.utils import str2bool
def get_parser(): def get_parser():