Skip to content

Commit

Permalink
Update google_symptoms/delphi_google_symptoms/patch.py
Browse files Browse the repository at this point in the history
remove old code; not used anymore

Co-authored-by: nmdefries <[email protected]>
  • Loading branch information
aysim319 and nmdefries authored Jul 23, 2024
1 parent 4922cbc commit 2059ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google_symptoms/delphi_google_symptoms/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def patch():
params["indicator"]["export_start_date"] = daterange[0].strftime("%Y-%m-%d")
params["indicator"]["export_end_date"] = daterange[1].strftime("%Y-%m-%d")
run_module(params, logger)
current_issue += timedelta(days=1)


if __name__ == "__main__":
Expand Down

0 comments on commit 2059ce6

Please sign in to comment.