Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 19, 2024
1 parent 3bb2deb commit f60bdf1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions database-cleanup/database_cleanup/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ def main(
site_uuids=site_uuids_all_sites if save_forecasts else None,
)

if len(forecast_uuids) == 0:
return

if (save_dir is not None) and do_delete and save_forecasts:
save_forecast_and_values(
session=session,
Expand Down

0 comments on commit f60bdf1

Please sign in to comment.