Skip to content

Commit

Permalink
Changing errors import
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaFrancis committed Jan 8, 2025
1 parent 6994b30 commit ae3a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hf_hub_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

with ignore_pydantic_warnings():
from huggingface_hub import HfApi, hf_hub_download, login
from huggingface_hub.utils._errors import (
from huggingface_hub.errors import (
EntryNotFoundError,
RepositoryNotFoundError,
RevisionNotFoundError,
Expand Down

0 comments on commit ae3a393

Please sign in to comment.