Skip to content

Commit

Permalink
Merge pull request #10 from fedebotu/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
fedebotu authored Sep 26, 2023
2 parents a1e1d9c + 1024d35 commit 00789c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 00789c3

Please sign in to comment.