Skip to content

Commit fdb7bd4

Browse files
Small tweaks
1 parent 1a30801 commit fdb7bd4

File tree

2 files changed

+6
-6
lines changed
  • google_health/delphi_google_health
  • google_symptoms/delphi_google_symptoms

2 files changed

+6
-6
lines changed

google_health/delphi_google_health/run.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ def run_module():
103103
is_smoothed = signal.endswith(SMOOTHED)
104104
for geo_res, df in df_by_geo_res.items():
105105
exported_csv_dates = create_export_csv(
106-
format_for_export(df, is_smoothed),
107-
geo_res=geo_res,
108-
sensor=signal,
109-
start_date=start_date,
110-
export_dir=export_dir)
106+
format_for_export(df, is_smoothed),
107+
geo_res=geo_res,
108+
sensor=signal,
109+
start_date=start_date,
110+
export_dir=export_dir)
111111

112112
if not exported_csv_dates.empty:
113113
csv_export_count += exported_csv_dates.size

google_symptoms/delphi_google_symptoms/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ def run_module():
8484
elapsed_time_in_seconds = elapsed_time_in_seconds,
8585
csv_export_count = csv_export_count,
8686
max_lag_in_days = max_lag_in_days,
87-
oldest_final_export_date = formatted_oldest_final_export_date)
87+
oldest_final_export_date = formatted_oldest_final_export_date)

0 commit comments

Comments
 (0)