Skip to content

Commit

Permalink
Hotfix/fix balance spacing (#4100)
Browse files Browse the repository at this point in the history
* Fix plot look when using eval and add query to choices (#3881)

* convert index to datetime and update choices

* uncomment economy integration test

* fix treasury concat bug

* fix datasets concat on duplciates

* Lock ruff version so that new lints dont break our CI (#3905)

* Lock ruff version so that new lints dont break our CI

* Bumped pre-commit ruff version

* returning always a dataframe

* Revert "returning always a dataframe"

This reverts commit d5dbf31.

* fix spacing on balance command

---------
  • Loading branch information
hjoaquim authored Feb 1, 2023
1 parent e2b1b62 commit f70d3bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def display_balance(
return

total = np.sum(df["Amount"])
console.print(f"\nYou currently have {total} coins and the breakdown is:")
console.print(f"You currently have {total} coins and the breakdown is:\n")

print_rich_table(
df, headers=df.columns, show_index=True, title="Account Holdings for Assets"
Expand Down

0 comments on commit f70d3bb

Please sign in to comment.