fix(deletion): reverting unwanted deletion

This commit is contained in:
CarolinePascal
2026-05-12 17:47:44 +02:00
parent 1846c7e847
commit 6c1b04b6c9
+2
View File
@@ -43,6 +43,7 @@ from .pipeline_features import aggregate_pipeline_dataset_features, create_initi
from .sampler import EpisodeAwareSampler
from .streaming_dataset import StreamingLeRobotDataset
from .utils import DEFAULT_EPISODES_PATH, create_lerobot_dataset_card
from .video_utils import VideoEncodingManager
# NOTE: Low-level I/O functions (cast_stats_to_numpy, get_parquet_file_size_in_mb, etc.)
# and legacy migration constants are intentionally NOT re-exported here.
@@ -57,6 +58,7 @@ __all__ = [
"LeRobotDatasetMetadata",
"MultiLeRobotDataset",
"StreamingLeRobotDataset",
"VideoEncodingManager",
"add_features",
"aggregate_datasets",
"aggregate_pipeline_dataset_features",