diff --git a/units/en/unit2/hands-on.mdx b/units/en/unit2/hands-on.mdx index 18af8b2..3a4183a 100644 --- a/units/en/unit2/hands-on.mdx +++ b/units/en/unit2/hands-on.mdx @@ -547,7 +547,7 @@ Under the hood, the Hub uses git-based repositories (don't worry if you don't kn #### Do not modify this code ```python -from huggingface_hub import HfApi, HfFolder, Repository, snapshot_download +from huggingface_hub import HfApi, snapshot_download from huggingface_hub.repocard import metadata_eval_result, metadata_save from pathlib import Path