mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
fix: minor modification, syntax error (#1905)
This commit is contained in:
@@ -870,7 +870,7 @@
|
||||
" # No deps or all deps satisfied\n",
|
||||
" # can schedule now\n",
|
||||
" schedule_task.invoke(dict(task=task, observations=observations))\n",
|
||||
" # futures.append(executor.submit(schedule_task.invoke dict(task=task, observations=observations)))\n",
|
||||
" # futures.append(executor.submit(schedule_task.invoke, dict(task=task, observations=observations)))\n",
|
||||
"\n",
|
||||
" # All tasks have been submitted or enqueued\n",
|
||||
" # Wait for them to complete\n",
|
||||
|
||||
Reference in New Issue
Block a user