Skip to content

Commit 03f69d6

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
fix linter errors
1 parent 586de5c commit 03f69d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google_health/delphi_google_health/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
SIGNALS = [RAW, SMOOTHED]
1212
GEO_TYPES = [STATE, HRR, MSA, DMA]
1313

14-
PULL_START_DATE = "2020-01-05" # We start to pull the raw data from 2020-01-05
14+
PULL_START_DATE = "2020-01-05" # We start to pull the raw data from 2020-01-05

google_health/delphi_google_health/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def export_csv(
4444
df["val"] /= RESCALE_VAL
4545
df["se"] = np.nan
4646
df["sample_size"] = np.nan
47-
47+
4848
start_date = datetime.strptime(start_date, "%Y-%m-%d")
4949

5050
for date in df["timestamp"].unique():

0 commit comments

Comments
 (0)