refactor: remove unused streaming dataset

This commit is contained in:
2026-08-15 20:55:08 +08:00
parent 3fb4b8ab13
commit f8d9ab344d
2 changed files with 0 additions and 124 deletions
-2
View File
@@ -14,7 +14,6 @@ from astrai.dataset.storage import (
Streamable,
detect_format,
)
from astrai.dataset.streaming import StreamingSeqDataset
from astrai.serialization import (
load_bin,
save_bin,
@@ -35,5 +34,4 @@ __all__ = [
"save_bin",
"load_bin",
"RDSampler",
"StreamingSeqDataset",
]