Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Michele-Alberti committed Feb 4, 2024
1 parent 9929d89 commit 3033b5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dlunch/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,9 @@ def clean_up_table(config, df_in):
# TAKEAWAY
if not df_users_takeaways.empty:
df_users_takeaways = clean_up_table(config, df_users_takeaways)
df_dict[
f"{time} {config.panel.gui.takeaway_id}"
] = df_users_takeaways
df_dict[f"{time} {config.panel.gui.takeaway_id}"] = (
df_users_takeaways
)

return df_dict

Expand Down

0 comments on commit 3033b5d

Please sign in to comment.