Skip to content

Commit 5f4ca83

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bandit/plugins/huggingface_unsafe_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
- ``AutoTokenizer.from_pretrained("org/model-name", revision="main")``
2929
- ``AutoTokenizer.from_pretrained("org/model-name", revision="v3.3.0")``
3030
- ``hf_hub_download(repo_id="org/model_name", filename="file_name")``
31-
- ``hf_hub_download(repo_id="org/model_name",
32-
filename="file_name",
31+
- ``hf_hub_download(repo_id="org/model_name",
32+
filename="file_name",
3333
revision="main"
3434
)``
3535
- ``hf_hub_download(repo_id="org/model_name",

0 commit comments

Comments
 (0)