Skip to content

Commit aca7cf2

Browse files
committed
Changed quotes
1 parent 47fed42 commit aca7cf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rp2/in_transaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def to_string(self, indent: int = 0, repr_format: bool = True, extra_data: Optio
147147
f"is_taxable={stringify(self.is_taxable())}",
148148
f"fiat_taxable_amount={self.fiat_taxable_amount:.4f}",
149149
f"from_lot={self.from_lot.internal_id if self.from_lot is not None else ''}",
150-
# f"to_lots={', '.join(f'{exchange}: {', '.join(t.internal_id for t in transactions)}' for exchange, transactions in self.to_lots.items())}",
151150
f"to_lots={', '.join(to_lots_string_parts)}"
152151
]
153152
if extra_data:

0 commit comments

Comments
 (0)