From bea56eb1159357a08bd8b86ccfa0a6ad3ef175ce Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 12 Dec 2022 13:38:52 +0100 Subject: [PATCH] Update units/en/unit2/hands-on.mdx Co-authored-by: Omar Sanseviero --- units/en/unit2/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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