Skip to content

Commit 56f2a91

Browse files
chinandrewkrivard
andauthored
Update src/client/delphi_epidata.py
Co-authored-by: Katie Mazaitis <krivard@cs.cmu.edu>
1 parent 3ea774f commit 56f2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/delphi_epidata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ async def async_get(params, session):
715715
return await response.json(), params
716716

717717
@staticmethod
718-
async def fetch_epidata(param_combos):
718+
async def async_fetch_epidata(param_combos):
719719
"""Helper function to asynchronously make and aggregate Epidata GET requests."""
720720
tasks = []
721721
async with ClientSession() as session:

0 commit comments

Comments
 (0)