Skip to content

Commit

Permalink
add line to end
Browse files Browse the repository at this point in the history
  • Loading branch information
varunshankar committed Nov 29, 2023
1 parent f375976 commit 9543755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/core/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ async def close_resources(app: Sanic, _: AbstractEventLoop) -> None:

event_broker = current_agent.tracker_store.event_broker
if event_broker:
await event_broker.close()
await event_broker.close()

0 comments on commit 9543755

Please sign in to comment.