File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def _set_input_edges(self) -> None:
100
100
inputs_subgraph = pydot .Subgraph (graph_name = "cluster_inputs" )
101
101
self ._dot_graph .add_subgraph (inputs_subgraph )
102
102
inputs_subgraph .set ("rank" , "same" )
103
- inputs_subgraph .create_attribute_methods (["style" ])
104
103
inputs_subgraph .set ("style" , "dashed" )
105
104
inputs_subgraph .set ("label" , "Workflow Inputs" )
106
105
@@ -128,7 +127,6 @@ def _set_output_edges(self) -> None:
128
127
outputs_graph = pydot .Subgraph (graph_name = "cluster_outputs" )
129
128
self ._dot_graph .add_subgraph (outputs_graph )
130
129
outputs_graph .set ("rank" , "same" )
131
- outputs_graph .create_attribute_methods (["style" ])
132
130
outputs_graph .set ("style" , "dashed" )
133
131
outputs_graph .set ("label" , "Workflow Outputs" )
134
132
outputs_graph .set ("labelloc" , "b" )
You can’t perform that action at this time.
0 commit comments