[Chore] fix import of EntryNotFoundError. (#9676)

fix import of EntryNotFoundError.
This commit is contained in:
Sayak Paul
2024-10-15 14:07:08 +05:30
committed by GitHub
parent 79b118e863
commit 99d87474fd
+1 -1
View File
@@ -3,7 +3,7 @@ import sys
import pandas as pd
from huggingface_hub import hf_hub_download, upload_file
from huggingface_hub.utils._errors import EntryNotFoundError
from huggingface_hub.utils import EntryNotFoundError
sys.path.append(".")