fix isort

This commit is contained in:
Yifan Yang 2024-09-08 13:28:13 +08:00
parent b35924f361
commit 8c257a38dc

View File

@ -23,8 +23,8 @@ from functools import lru_cache
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