Formatted imports.

This commit is contained in:
yaozengwei 2022-04-19 22:05:14 +08:00
parent 5228b44de7
commit e74654c2a2

View File

@ -37,11 +37,7 @@ from streaming_feature_extractor import (
)
from train import add_model_arguments, get_params, get_transducer_model
from icefall.checkpoint import (
average_checkpoints,
find_checkpoints,
load_checkpoint,
)
from icefall.checkpoint import average_checkpoints, find_checkpoints, load_checkpoint
from icefall.utils import AttributeDict, setup_logger