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 4baec15 commit cb1ae5aCopy full SHA for cb1ae5a
tensorflow_datasets/testing/dataset_collection_builder_testing.py
@@ -49,7 +49,7 @@ class DatasetCollectionTestBase:
49
the collection will be checked.
50
"""
51
52
- DATASET_COLLECTION_CLASS = None
+ DATASET_COLLECTION_CLASS: type[dataset_collection_builder.DatasetCollection]
53
VERSION: Optional[str] = None
54
DATASETS_TO_TEST: List[str] = []
55
CHECK_DATASETS_VERSION: bool = True
0 commit comments