Skip to content

Commit

Permalink
fix: regression f-string (#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm authored Jan 11, 2023
1 parent 6b894ae commit 213b584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bentoml_cli/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def delete_target(target: str) -> None:

if delete_confirmed:
model_store.delete(model.tag)
click.echo("{model} deleted.")
click.echo(f"{model} deleted.")

for target in delete_targets:
delete_target(target)
Expand Down

0 comments on commit 213b584

Please sign in to comment.