Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyeung committed Sep 8, 2024
1 parent b35924f commit 8c257a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/librilight/SSL/zipformer/ssl_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from pathlib import Path
from typing import Any, Dict, Optional

import torch
import lhotse
import torch
from dataset import HubertDataset
from lhotse import CutSet, load_manifest_lazy
from lhotse.dataset import DynamicBucketingSampler, SimpleCutSampler
Expand Down

0 comments on commit 8c257a3

Please sign in to comment.