Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2024
1 parent 8cdafeb commit 560032c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/streaming/test_combined.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
import numpy as np
import pytest
import torch
from torch.utils.data import IterableDataset
from torch.utils.data.dataloader import DataLoader

from litdata.streaming.cache import Cache
from litdata.streaming.combined import CombinedStreamingDataset
from litdata.streaming.dataloader import StreamingDataLoader
from litdata.streaming.dataset import Dir, StreamingDataset
from torch.utils.data import IterableDataset
from torch.utils.data.dataloader import DataLoader


class TestCombinedStreamingDataset(CombinedStreamingDataset):
Expand Down

0 comments on commit 560032c

Please sign in to comment.