pcuenq HF Staff DarkRodry commited on
Commit
6add786
·
verified ·
1 Parent(s): b9a3d35

Add missing newline in notebook import (#99)

Browse files

- Add missing newline in notebook import (714350d3983275d19e26f6fa0365baaab80c1412)


Co-authored-by: Rodrigo de Frutos <[email protected]>

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",