Skip to content

Commit 99d8747

Browse files
authored
[Chore] fix import of EntryNotFoundError. (#9676)
fix import of EntryNotFoundError.
1 parent 79b118e commit 99d8747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/push_results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import pandas as pd
55
from huggingface_hub import hf_hub_download, upload_file
6-
from huggingface_hub.utils._errors import EntryNotFoundError
6+
from huggingface_hub.utils import EntryNotFoundError
77

88

99
sys.path.append(".")

0 commit comments

Comments
 (0)