Skip to content

Commit

Permalink
Update Python-packages/covidcast-py/covidcast/covidcast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
melange396 committed Oct 12, 2023
1 parent 83d9d7a commit ad4fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python-packages/covidcast-py/covidcast/covidcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def _async_fetch_epidata(data_source: str,
issues: Union[date, tuple, list],
lag: int,
time_type: str = "day") -> Union[pd.DataFrame, None]:
# pylint: disable=D401
# pylint: disable=check_imperative_mood
"""[DEPRECATED] Fetch data from Epidata API asynchronously.
signal() wraps this to support fetching data over a range of dates
Expand Down

0 comments on commit ad4fdae

Please sign in to comment.