Skip to content

Commit c3e4839

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent e55b34f commit c3e4839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/order/quote_delete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def cli(env, identifier):
1717
result = manager.delete_quote(identifier)
1818

1919
if result:
20-
env.fout("Quote id: {} was deleted.".format(identifier))
20+
env.fout(f"Quote id: {identifier} was deleted.")

0 commit comments

Comments
 (0)