We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8e83e commit cfeb104Copy full SHA for cfeb104
tensorflow_datasets/core/utils/file_utils.py
@@ -495,7 +495,7 @@ def list_dataset_variants(
495
496
Yields:
497
all variants of the given dataset.
498
- """
+ """ # fmt: skip
499
dataset_dir = epath.Path(dataset_dir)
500
references = {}
501
for reference in _find_references_with_glob(
@@ -541,7 +541,7 @@ def list_datasets_in_data_dir(
541
542
references to the datasets found in `data_dir`. The references include the
543
data dir.
544
545
num_datasets = 0
546
num_variants = 0
547
for dataset_dir in epath.Path(data_dir).iterdir():
0 commit comments