Skip to content

Commit 356d6f3

Browse files
authored
Appease linter
1 parent 68369d6 commit 356d6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hhs_hosp/delphi_hhs/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def transform_signal(sensor, smoother, geo, df, geo_mapper):
150150
# handling population:
151151
# add population column
152152
# sum admission counts *and* population counts during make_geo
153-
# *then* divide counts by population to get the proportion
153+
# *then* divide counts by population to get the proportion
154154
if sensor.endswith("_prop"):
155155
df=geo_mapper.add_population_column(df, "state_code")
156156
df = make_geo(df, geo, geo_mapper)

0 commit comments

Comments
 (0)