Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Xing Wang <[email protected]>
  • Loading branch information
GeigerJ2 and superstar54 committed Nov 19, 2024
1 parent f11b84e commit 9164ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_workgraph/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def validate_task_inout(inout_list: list[str | dict], list_type: str) -> list[di
if the former convert them to a list of `dict`s with `name` as the key.
:param inout_list: The input/output list to be validated.
:param list_type: "input" or "output" to indicate what is to be validated for better error message.
:param list_type: "inputs" or "outputs" to indicate what is to be validated for better error message.
:raises TypeError: If wrong types are provided to the task
:return: Processed `inputs`/`outputs` list.
"""
Expand Down

0 comments on commit 9164ff5

Please sign in to comment.