Skip to content

Commit cfeb104

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Internal change.
PiperOrigin-RevId: 704707130
1 parent 8e8e83e commit cfeb104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_datasets/core/utils/file_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def list_dataset_variants(
495495
496496
Yields:
497497
all variants of the given dataset.
498-
"""
498+
""" # fmt: skip
499499
dataset_dir = epath.Path(dataset_dir)
500500
references = {}
501501
for reference in _find_references_with_glob(
@@ -541,7 +541,7 @@ def list_datasets_in_data_dir(
541541
Yields:
542542
references to the datasets found in `data_dir`. The references include the
543543
data dir.
544-
"""
544+
""" # fmt: skip
545545
num_datasets = 0
546546
num_variants = 0
547547
for dataset_dir in epath.Path(data_dir).iterdir():

0 commit comments

Comments
 (0)