lhoestq HF staff commited on
Commit
1d02824
1 Parent(s): 11208e8
Files changed (1) hide show
  1. analyze.py +1 -1
analyze.py CHANGED
@@ -1,4 +1,4 @@
1
- from itertools import count
2
  from typing import Any, Iterable, Literal, Optional, TypedDict, TypeVar, Union, overload
3
 
4
  from datasets import Features, Value, get_dataset_config_info
 
1
+ from itertools import count, islice
2
  from typing import Any, Iterable, Literal, Optional, TypedDict, TypeVar, Union, overload
3
 
4
  from datasets import Features, Value, get_dataset_config_info