Skip to content

Commit

Permalink
fix a typing annotation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716682376
  • Loading branch information
The TensorFlow Datasets Authors committed Jan 17, 2025
1 parent 4baec15 commit 3fe07bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DatasetCollectionTestBase:
the collection will be checked.
"""

DATASET_COLLECTION_CLASS = None
DATASET_COLLECTION_CLASS: type[dataset_collection_builder.DatasetCollection]
VERSION: Optional[str] = None
DATASETS_TO_TEST: List[str] = []
CHECK_DATASETS_VERSION: bool = True
Expand Down

0 comments on commit 3fe07bd

Please sign in to comment.