Skip to content

Commit 42cce16

Browse files
committed
remove return
1 parent b2ae271 commit 42cce16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/chainlit/llama_index/callbacks.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ def on_event_end(
198198
else:
199199
step.output = payload
200200
self.context.loop.create_task(step.update())
201-
return
202-
201+
203202
self.steps.pop(event_id, None)
204203

205204
def _noop(self, *args, **kwargs):

0 commit comments

Comments
 (0)