Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
season0528 committed Aug 22, 2024
1 parent 24d960a commit e8d3479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internlm/data/streaming/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .batch_sampler import StreamingStaticBatchSampler
from .collaters import streaming_packed_collate_fn
from .dataset import StreamingPackedDatasetWithCut, StreamingDataset
from .dataset import StreamingDataset, StreamingPackedDatasetWithCut
from .utils import streaming_simple_resume

__all__ = [
Expand Down

0 comments on commit e8d3479

Please sign in to comment.