Skip to content

Commit ea2b2c5

Browse files
committed
Nit: removed unacessible statement
1 parent 49c4e58 commit ea2b2c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/endpoints/streaming_query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def stream_build_event(chunk: Any, chunk_id: int, metadata_map: dict) -> Iterato
150150
"""
151151
if hasattr(chunk, "error"):
152152
yield from _handle_error_event(chunk, chunk_id)
153-
return
154153

155154
event_type = chunk.event.payload.event_type
156155
step_type = getattr(chunk.event.payload, "step_type", None)

0 commit comments

Comments
 (0)