update TODO for token

This commit is contained in:
Wael Karkoub 2024-06-10 16:58:43 +01:00
parent 1853288ef7
commit cbbdbc0f08
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ def push_dataset_to_hub(
save_meta_data(info, stats, episode_data_index, meta_data_dir)
if not dry_run:
# FIXME: token needs to be a str | None
# TODO(rcadene): token needs to be a str | None
hf_dataset.push_to_hub(repo_id, token=True, revision="main")
hf_dataset.push_to_hub(repo_id, token=True, revision=revision)