Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Pull duplicate header items from investment output
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeani committed Mar 4, 2024
1 parent e3328d9 commit e8d9d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bank/account_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def _build_usage_table(self) -> PrettyTable:
investment_used = investment_total - investment_remaining
investment_percentage = self._calculate_percentage(investment_used, investment_total)

output_table.add_row(["Investment SUs", "SUs Remaining", "% Used"], divider=True)
output_table.add_row(["Investment SUs", "", ""], divider=True)
output_table.add_row(["Investment SUs", "", ""])
output_table.add_row(["are applied on", "", ""])
output_table.add_row(["any cluster to", "", ""])
Expand Down

0 comments on commit e8d9d75

Please sign in to comment.