Remove redundant from_variable_selector null-check (#24842)

This commit is contained in:
Yongtao Huang
2025-08-31 17:00:13 +08:00
committed by GitHub
parent 9f528d23d4
commit 72acd9b483
3 changed files with 3 additions and 6 deletions

View File

@@ -149,9 +149,6 @@ class AnswerStreamProcessor(StreamProcessor):
return []
stream_output_value_selector = event.from_variable_selector
if not stream_output_value_selector:
return []
stream_out_answer_node_ids = []
for answer_node_id, route_position in self.route_position.items():
if answer_node_id not in self.rest_node_ids: