Unverified Commit 99d87474 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

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

fix import of EntryNotFoundError.
parent 79b118e8
...@@ -3,7 +3,7 @@ import sys ...@@ -3,7 +3,7 @@ import sys
import pandas as pd import pandas as pd
from huggingface_hub import hf_hub_download, upload_file 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(".") sys.path.append(".")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment