Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
francescomucio authored May 30, 2024
1 parent 0ad90fc commit 20a4470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/rest_api/config_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def to_list(
raise ValueError(
f"Transformer expects a field '{field_path}' to be present in the incoming data from resource {parent_resource_name} in order to bind it to path param {resolved_param.param_name}. Available parent fields are {', '.join(item.keys())}"
)

bound_path = [path.format(**{resolved_param.param_name: field_value}) for field_value in to_list(field_values[0])]

# bound_path = path.format(**{resolved_param.param_name: field_values[0]})
Expand Down

0 comments on commit 20a4470

Please sign in to comment.