Skip to content

Commit

Permalink
Update wfb type to Json
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Oct 9, 2024
1 parent ecd855e commit 3d07ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sophios/api/utils/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def ict_to_clt(ict: Union[ICT, Path, str, dict], network_access: bool = False) -
return ict_local.to_clt(network_access=network_access)


def update_payload_missing_inputs_outputs(wfb_data: dict) -> dict:
def update_payload_missing_inputs_outputs(wfb_data: Json) -> Json:
"""Update payload with missing inputs and outputs using links"""

wfb_data_copy = copy.deepcopy(wfb_data)
Expand Down

0 comments on commit 3d07ffd

Please sign in to comment.