Skip to content

Commit

Permalink
isort formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Oct 21, 2024
1 parent edc4eb3 commit 03e08e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/librispeech/ASR/zipformer/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
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):
Expand Down

0 comments on commit 03e08e5

Please sign in to comment.