Skip to content

Commit cb1ae5a

Browse files
author
The TensorFlow Datasets Authors
committed
fix a typing annotation
PiperOrigin-RevId: 717431418
1 parent 4baec15 commit cb1ae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/testing/dataset_collection_builder_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class DatasetCollectionTestBase:
4949
the collection will be checked.
5050
"""
5151

52-
DATASET_COLLECTION_CLASS = None
52+
DATASET_COLLECTION_CLASS: type[dataset_collection_builder.DatasetCollection]
5353
VERSION: Optional[str] = None
5454
DATASETS_TO_TEST: List[str] = []
5555
CHECK_DATASETS_VERSION: bool = True

0 commit comments

Comments
 (0)