Remove unused variable and reset activated vertices in build_vertex function
This commit is contained in:
parent
178a98dc8e
commit
d1557d8c1e
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ async def build_vertex(
|
|||
inactivated_vertices = None
|
||||
inactivated_vertices = list(graph.inactivated_vertices)
|
||||
graph.reset_inactivated_vertices()
|
||||
activated_layers = graph.activated_vertices
|
||||
graph.reset_activated_vertices()
|
||||
chat_service.set_cache(flow_id, graph)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue