Skip to content

Commit

Permalink
Changed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Dec 10, 2024
1 parent 47fed42 commit aca7cf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rp2/in_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def to_string(self, indent: int = 0, repr_format: bool = True, extra_data: Optio
f"is_taxable={stringify(self.is_taxable())}",
f"fiat_taxable_amount={self.fiat_taxable_amount:.4f}",
f"from_lot={self.from_lot.internal_id if self.from_lot is not None else ''}",
# f"to_lots={', '.join(f'{exchange}: {', '.join(t.internal_id for t in transactions)}' for exchange, transactions in self.to_lots.items())}",
f"to_lots={', '.join(to_lots_string_parts)}"
]
if extra_data:
Expand Down

0 comments on commit aca7cf2

Please sign in to comment.