From 1024d35baa58efaba97d140680ed467e3ec6f28f Mon Sep 17 00:00:00 2001 From: cecy07 Date: Tue, 26 Sep 2023 05:54:51 +0000 Subject: [PATCH] :art: Format Python code with psf/black --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7613671..1807848 100644 --- a/app.py +++ b/app.py @@ -259,7 +259,7 @@ def check_login(): # get train_codes from new df if not new_df.empty: - train_codes = new_df.iloc[:,1].tolist() + train_codes = new_df.iloc[:, 1].tolist() # st.write(train_codes) st.header(_("Runner Settings"))