Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/huggingface_hub/_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
_save_token,
get_stored_tokens,
)
from .utils._deprecation import _deprecate_positional_args


logger = logging.get_logger(__name__)
Expand All @@ -55,7 +54,6 @@
"""


@_deprecate_positional_args(version="1.0")
def login(
token: Optional[str] = None,
*,
Expand Down Expand Up @@ -234,7 +232,6 @@ def auth_list() -> None:
###


@_deprecate_positional_args(version="1.0")
def interpreter_login(*, skip_if_logged_in: bool = False) -> None:
"""
Displays a prompt to log in to the HF website and store the token.
Expand Down Expand Up @@ -299,7 +296,6 @@ def interpreter_login(*, skip_if_logged_in: bool = False) -> None:
notebooks. </center>"""


@_deprecate_positional_args(version="1.0")
def notebook_login(*, skip_if_logged_in: bool = False) -> None:
"""
Displays a widget to log in to the HF website and store the token.
Expand Down
Loading