Skip to content

Commit 56fea7b

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Internal change.
PiperOrigin-RevId: 780651643
1 parent ed54443 commit 56fea7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tensorflow_datasets/core/dataset_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def download_and_prepare(
620620
RuntimeError: when the config cannot be found.
621621
DatasetBlockedError: if the given version, or combination of version and
622622
config, has been marked as blocked in the builder's BLOCKED_VERSIONS.
623-
"""
623+
""" # fmt: skip
624624
self.assert_is_not_blocked()
625625

626626

tensorflow_datasets/core/dataset_builder_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import tempfile
2121
from unittest import mock
2222

23-
from absl.testing import flagsaver
2423
from absl.testing import parameterized
2524
import dill
2625
from etils import epath

0 commit comments

Comments
 (0)