isort formatted

This commit is contained in:
zr_jin 2024-10-21 12:56:13 +08:00
parent edc4eb3372
commit 03e08e5e73

View File

@ -22,10 +22,10 @@ import k2
import torch
import torch.nn as nn
from encoder_interface import EncoderInterface
from lhotse.dataset import SpecAugment
from scaling import ScaledLinear
from icefall.utils import add_sos, make_pad_mask, time_warp
from lhotse.dataset import SpecAugment
class AsrModel(nn.Module):