Skip to content

Commit

Permalink
Remove unused parameters from method's docstring (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanouticelina authored Jan 6, 2025
1 parent 41694bd commit 2702ec2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/huggingface_hub/hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5425,8 +5425,6 @@ def get_safetensors_metadata(
Args:
repo_id (`str`):
A user or an organization name and a repo name separated by a `/`.
filename (`str`):
The name of the file in the repo.
repo_type (`str`, *optional*):
Set to `"dataset"` or `"space"` if the file is in a dataset or space, `None` or `"model"` if in a
model. Default is `None`.
Expand Down

0 comments on commit 2702ec2

Please sign in to comment.