Skip to content

Commit 5058eba

Browse files
authored
Merge pull request lightspeed-core#471 from tisnik/nit-removed-unacessible-statement
Nit: removed unacessible statement
2 parents 49c4e58 + ea2b2c5 commit 5058eba

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)