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 78b5c2b commit d9cafd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/epinow2/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def validate_args(
return args_dict


def generate_task_id(job_id=None, state=None, pathogen=None):
def generate_task_id(job_id: str | None=None, state: str | None=None, pathogen: str | None=None):
"""Generates a task_id which consists of the hex code of the job_id
and information on the state and pathogen.
Parameters:
Expand Down

0 comments on commit d9cafd6

Please sign in to comment.