Skip to content

Commit c269b52

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Internal change.
PiperOrigin-RevId: 690655591
1 parent 436ae85 commit c269b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/core/utils/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def publish_data(
585585
config and version.
586586
overwrite: whether to overwrite existing data in the `publish_root_dir` if
587587
it exists.
588-
"""
588+
""" # fmt: skip
589589
to_data_dir.mkdir(parents=True, exist_ok=True)
590590
for filepath in from_data_dir.iterdir():
591591
filepath.copy(dst=to_data_dir / filepath.name, overwrite=overwrite)

0 commit comments

Comments
 (0)