Skip to content

Commit

Permalink
Update utils/epinow2/functions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nate McIntosh <NMcIntosh@cdc.gov>
  • Loading branch information
amondal2 and natemcintosh authored Oct 16, 2024
1 parent 678ba62 commit 4ad053c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/epinow2/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def generate_job_id():

def validate_args(
state: str | None = None,
pathogen=None,
report_date=None,
reference_date=None,
data_source=None,
pathogen: str | None = None,
report_date: date | None = None,
reference_dates: list[date] | None = None,
data_source: str | None = None,
):
"""Checks that user-supplied arguments are valid and returns them
in a standardized format for downstream use.
Expand Down

0 comments on commit 4ad053c

Please sign in to comment.