mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 09:02:25 +02:00
cli: fix asyncio runner bug for 3.10 (#860)
This commit is contained in:
@@ -22,7 +22,7 @@ def Runner():
|
||||
pass
|
||||
|
||||
def run(self, coro):
|
||||
asyncio.run(coro)
|
||||
return asyncio.run(coro)
|
||||
|
||||
yield _Runner()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user