Skip to content

Commit

Permalink
Fix hf dataset type bug (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: jjallaire-aisi <[email protected]>
  • Loading branch information
MSchmatzAISI and jjallaire-aisi authored Oct 1, 2024
1 parent f1c8cba commit f6c6272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inspect_ai/dataset/_sources/hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def hf_dataset(
seed: int | None = None,
limit: int | None = None,
trust: bool = False,
**kwargs: dict[str, Any],
**kwargs: Any,
) -> Dataset:
"""Datasets read using the Hugging Face `datasets` package.
Expand Down

0 comments on commit f6c6272

Please sign in to comment.