Skip to content

Commit e3e96bf

Browse files
committed
lint
1 parent 18de943 commit e3e96bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nhsn/delphi_nhsn/pull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def check_last_updated(socrata_token, dataset_id, logger):
3232
return recently_updated_source
3333

3434

35-
def pull_data(socrata_token: str, dataset_id: str, backup_dir:str, logger):
35+
def pull_data(socrata_token: str, dataset_id: str, backup_dir: str, logger):
3636
"""Pull data from Socrata API."""
3737
client = Socrata("data.cdc.gov", socrata_token)
3838
logger.info("Pulling data from Socrata API")

0 commit comments

Comments
 (0)