Skip to content

Commit 79522a8

Browse files
fineguyThe TensorFlow Datasets Authors
authored andcommitted
Internal change.
PiperOrigin-RevId: 779158253
1 parent bdf87d0 commit 79522a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-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

tensorflow_datasets/scripts/cli/cli_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import itertools
2121
import os
2222
import pathlib
23+
from typing import cast
2324

2425
from absl import logging
2526
from etils import epath

0 commit comments

Comments
 (0)