Skip to content

Commit a469298

Browse files
committed
Fix unnecesary f-string
1 parent 231567e commit a469298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hugging_face/upload_to_hugging_face.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
upload_file(
2424
path_or_fileobj="weights/LICENSE",
2525
path_in_repo="LICENSE",
26-
repo_id=f"MODELS_LICENSE",
26+
repo_id="MODELS_LICENSE",
2727
repo_type="model",
2828
)

0 commit comments

Comments
 (0)