Skip to content

Commit fc1b1e3

Browse files
authored
Update update_sensor.py
1 parent d76e61b commit fc1b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdc_covidnet/delphi_cdc_covidnet/update_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def update_sensor(
7979
.rename(columns=APIConfig.HOSP_RENAME_COLS)
8080

8181
# Restrict to start and end date
82-
hosp_df = hosp_df = hosp_df[
82+
hosp_df = hosp_df[
8383
(hosp_df["date"] >= start_date) & (
8484
hosp_df["date"] < end_date)
8585
]

0 commit comments

Comments
 (0)