From aca7cf2b4cc702b3f802c3a00582b81dd886fef3 Mon Sep 17 00:00:00 2001 From: eprbell <77937475+eprbell@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:12:30 -0800 Subject: [PATCH] Changed quotes --- src/rp2/in_transaction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rp2/in_transaction.py b/src/rp2/in_transaction.py index 2d3269a..2aaf54a 100644 --- a/src/rp2/in_transaction.py +++ b/src/rp2/in_transaction.py @@ -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: