lhoestq HF staff commited on
Commit
b551628
1 Parent(s): c143e76

missing import

Browse files
Files changed (1) hide show
  1. analyze.py +1 -1
analyze.py CHANGED
@@ -1,4 +1,4 @@
1
- from typing import Any, Iterable, Literal, Optional, TypedDict, TypeVar, overload
2
 
3
  from datasets import Features, Value, get_dataset_config_info
4
  from datasets.features.features import FeatureType, _visit
 
1
+ from typing import Any, Iterable, Literal, Optional, TypedDict, TypeVar, Union, overload
2
 
3
  from datasets import Features, Value, get_dataset_config_info
4
  from datasets.features.features import FeatureType, _visit