Skip to content

Commit 64cbd06

Browse files
committed
lint: type checker
1 parent 46d066c commit 64cbd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epidatpy/_endpoints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def pvt_twitter(
985985
auth: str,
986986
locations: StringParam,
987987
time_type: str,
988-
time_values: EpiRangeLike = "*",
988+
time_values: EpiRangeParam = "*",
989989
) -> CALL_TYPE:
990990
"""Fetch HealthTweets data."""
991991
if time_type not in ["day", "week"]:
@@ -1033,7 +1033,7 @@ def pub_wiki(
10331033
self,
10341034
articles: StringParam,
10351035
time_type: str,
1036-
time_values: EpiRangeLike = "*",
1036+
time_values: EpiRangeParam = "*",
10371037
hours: Optional[IntParam] = None,
10381038
language: str = "en",
10391039
) -> CALL_TYPE:

0 commit comments

Comments
 (0)