Skip to content

Commit 2702ec2

Browse files
Remove unused parameters from method's docstring (#2738)
1 parent 41694bd commit 2702ec2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/huggingface_hub/hf_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5425,8 +5425,6 @@ def get_safetensors_metadata(
54255425
Args:
54265426
repo_id (`str`):
54275427
A user or an organization name and a repo name separated by a `/`.
5428-
filename (`str`):
5429-
The name of the file in the repo.
54305428
repo_type (`str`, *optional*):
54315429
Set to `"dataset"` or `"space"` if the file is in a dataset or space, `None` or `"model"` if in a
54325430
model. Default is `None`.

0 commit comments

Comments
 (0)