Skip to content

Commit c491e53

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2d047bf commit c491e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bandit/plugins/huggingface_unsafe_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
- ``AutoTokenizer.from_pretrained("org/model-name", revision="main")``
2727
- ``AutoTokenizer.from_pretrained("org/model-name", revision="v3.3.0")``
2828
- ``hf_hub_download(repo_id="org/model_name", filename="file_name")``
29-
- ``hf_hub_download(repo_id="org/model_name",
30-
filename="file_name",
29+
- ``hf_hub_download(repo_id="org/model_name",
30+
filename="file_name",
3131
revision="main"
3232
)``
3333
- ``hf_hub_download(repo_id="org/model_name",

0 commit comments

Comments
 (0)