Skip to content

Commit

Permalink
FIX flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzio committed Jan 2, 2025
1 parent 7935b10 commit 643b2b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def merge(*operations: Operation) -> Operation:
"in your files:\n"
+ (
"\n".join(
f" - {op.utc_time} {op.coin} {op.change} {op.file_path} [{op.line}] "
f" - {op.utc_time} {op.coin} {op.change} "
f"{op.file_path} [{op.line}] "
for op in operations
)
)
Expand Down

0 comments on commit 643b2b6

Please # to comment.