Skip to content

Commit

Permalink
lint: type checker
Browse files Browse the repository at this point in the history
  • Loading branch information
dshemetov committed Jul 9, 2024
1 parent 46d066c commit 64cbd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epidatpy/_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ def pvt_twitter(
auth: str,
locations: StringParam,
time_type: str,
time_values: EpiRangeLike = "*",
time_values: EpiRangeParam = "*",
) -> CALL_TYPE:
"""Fetch HealthTweets data."""
if time_type not in ["day", "week"]:
Expand Down Expand Up @@ -1033,7 +1033,7 @@ def pub_wiki(
self,
articles: StringParam,
time_type: str,
time_values: EpiRangeLike = "*",
time_values: EpiRangeParam = "*",
hours: Optional[IntParam] = None,
language: str = "en",
) -> CALL_TYPE:
Expand Down

0 comments on commit 64cbd06

Please sign in to comment.