Skip to content

Commit

Permalink
Carriage return at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jun 22, 2021
1 parent ef1c70e commit 51ead88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion salary_app/commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ def show_percentile_data(series_list: list):
fmt_dict = {'N': "{:d}"}
for col in ['mean', 'std', 'min', '25%', '50%', '75%', 'max']:
fmt_dict[col] = "${:,.2f}"
st.write(summary_df.style.format(fmt_dict))
st.write(summary_df.style.format(fmt_dict))
2 changes: 1 addition & 1 deletion salary_app/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
]

# This is for the Trends page
TRENDS_LIST = ['General', 'Income Bracket']
TRENDS_LIST = ['General', 'Income Bracket']

0 comments on commit 51ead88

Please sign in to comment.