Skip to content

Commit 74c5346

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
fix linting
1 parent 151c715 commit 74c5346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changehc/delphi_changehc/load_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def load_combined_data(denom_filepath, covid_filepath, base_geo,
9595
issue_date = datetime.strptime(covid_filepath.split("/")[-1][:8], "%Y%m%d")
9696
assert (
9797
issue_date == datetime.strptime(denom_filepath.split("/")[-1][:8], "%Y%m%d")
98-
), "The aggregated files used for Covid Claims and Total Claims should have the same drop date."
98+
), "The aggregated files used for Covid Claims and Total Claims should have the same drop date."
9999

100100
# load each data stream
101101
denom_data = load_chng_data(denom_filepath, issue_date, base_geo,

0 commit comments

Comments
 (0)