DarkRodry commited on
Commit
714350d
·
verified ·
1 Parent(s): b9a3d35

Add missing newline in notebook import

Browse files

There is a missing new line here. This block of code is not working because the import is malformed.

Files changed (1) hide show
  1. unit2/llama-index/workflows.ipynb +1 -1
unit2/llama-index/workflows.ipynb CHANGED
@@ -333,7 +333,7 @@
333
  }
334
  ],
335
  "source": [
336
- "from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent",
337
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
338
  "from llama_index.core.agent.workflow import AgentWorkflow\n",
339
  "\n",
 
333
  }
334
  ],
335
  "source": [
336
+ "from llama_index.core.agent.workflow import AgentWorkflow, ReActAgent\n",
337
  "from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI\n",
338
  "from llama_index.core.agent.workflow import AgentWorkflow\n",
339
  "\n",