We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d066c commit 64cbd06Copy full SHA for 64cbd06
epidatpy/_endpoints.py
@@ -985,7 +985,7 @@ def pvt_twitter(
985
auth: str,
986
locations: StringParam,
987
time_type: str,
988
- time_values: EpiRangeLike = "*",
+ time_values: EpiRangeParam = "*",
989
) -> CALL_TYPE:
990
"""Fetch HealthTweets data."""
991
if time_type not in ["day", "week"]:
@@ -1033,7 +1033,7 @@ def pub_wiki(
1033
self,
1034
articles: StringParam,
1035
1036
1037
hours: Optional[IntParam] = None,
1038
language: str = "en",
1039
0 commit comments