diff options
| -rw-r--r-- | trade.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -94,4 +94,4 @@ class Trade:          Returns:              str: A formatted string displaying the trade details.          """ -        return f"Trade(amount={self.amount}, price_per_coin={self.price_per_coin:.2f}, total_cost={self.total_cost:.2f}, date={self.date})" +        return f"Trade(amount={self.amount:.2f}, price_per_coin={self.price_per_coin:.2f}, total_cost={self.total_cost:.2f}, date={self.date})"  | 
