Skip to content

Commit c8bba65

Browse files
authored
fix: add missing f-string (#102)
1 parent e6944a8 commit c8bba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ape_safe/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def new_cmd(
155155
safe.propose_safe_tx(safe_tx, submitter=submitter)
156156

157157
safe_tx_id = safe_tx._message_hash_
158-
cli_ctx.logger.success("'{safe_tx_id.to_0x_hex()}' proposed to queue")
158+
cli_ctx.logger.success(f"'{safe_tx_id.to_0x_hex()}' proposed to queue")
159159

160160
else:
161161
safe_tx_id = safe_tx._message_hash_

0 commit comments

Comments
 (0)