Skip to content

Commit 68229b4

Browse files
committed
modified: epymorph/adrio/cdc.py
1 parent 7aeba7d commit 68229b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epymorph/adrio/cdc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class _HealthdataG62hSyehMixin(FetchADRIO[DateValueType, np.int64]):
149149
_RESOURCE = q.SocrataResource(domain="healthdata.gov", id="g62h-syeh")
150150
"""The Socrata API endpoint."""
151151

152-
_TIME_RANGE = DateRange(iso8601("2020-1-01"), iso8601("2024-04-03"), step=1)
152+
_TIME_RANGE = DateRange(iso8601("2020-01-01"), iso8601("2024-04-03"), step=1)
153153
"""The time range over which values are available."""
154154

155155
_REDACTED_VALUE = np.int64(-999999)

0 commit comments

Comments
 (0)