Skip to content

Commit c861124

Browse files
qchappfabnemEPFL
andauthored
Update src/mmirage/merge_shards.py
Co-authored-by: fabnemEPFL <117652591+fabnemEPFL@users.noreply.github.com>
1 parent d3ef568 commit c861124

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/mmirage/merge_shards.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def merge_dataset_dir(dataset_dir: str, output_dir: str) -> MergeReport:
7878
MergeReport with summary details.
7979
"""
8080
_validate_input_dir(dataset_dir, "dataset_dir")
81-
8281
normalized_output_dir = os.path.abspath(output_dir)
8382
_validate_safe_output_dir(dataset_dir, normalized_output_dir)
8483

0 commit comments

Comments
 (0)