From 51ead88106a69a5c3ea31157f2102f077e4f48ff Mon Sep 17 00:00:00 2001 From: Chun Ly Date: Mon, 21 Jun 2021 21:12:53 -0700 Subject: [PATCH] Carriage return at EOF --- salary_app/commons.py | 2 +- salary_app/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/salary_app/commons.py b/salary_app/commons.py index 8ab55f5..7b1abfe 100644 --- a/salary_app/commons.py +++ b/salary_app/commons.py @@ -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)) \ No newline at end of file + st.write(summary_df.style.format(fmt_dict)) diff --git a/salary_app/constants.py b/salary_app/constants.py index 64d8b68..cb9dce3 100644 --- a/salary_app/constants.py +++ b/salary_app/constants.py @@ -35,4 +35,4 @@ ] # This is for the Trends page -TRENDS_LIST = ['General', 'Income Bracket'] \ No newline at end of file +TRENDS_LIST = ['General', 'Income Bracket']