Skip to content

Commit ff98a2f

Browse files
committed
apply revamp-hf-cache on top of rebased v1.0-release
1 parent 292628d commit ff98a2f

File tree

7 files changed

+879
-776
lines changed

7 files changed

+879
-776
lines changed

src/huggingface_hub/_login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def interpreter_login(*, skip_if_logged_in: bool = False) -> None:
244244
logger.info("User is already logged in.")
245245
return
246246

247-
from .cli.cache import _ask_for_confirmation_no_tui
247+
from .cli._cli_utils import _ask_for_confirmation_no_tui
248248

249249
print(_HF_LOGO_ASCII)
250250
if get_token() is not None:

0 commit comments

Comments
 (0)