Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
Signed-off-by: 1597463007 <[email protected]>
  • Loading branch information
1597463007 committed Oct 4, 2024
1 parent 61f17ea commit cc45815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pargraph/graph/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@ def _convert_graph_to_dask_graph(
if inputs is not None:
for input_key in self.inputs.keys():
graph_key = f"input_{input_key.key}_{uuid.uuid4().hex}"
dask_graph[graph_key] = inputs[input_key.key]
# if input key is not in inputs, use the default value
dask_graph[graph_key] = (
inputs[input_key.key] if input_key.key in inputs else self.consts[self.inputs[input_key]].to_value()
Expand Down

0 comments on commit cc45815

Please sign in to comment.