From b42a31fdae1b5d0fa8668607070e969d1747f17a Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:24:11 -0700 Subject: [PATCH] Rm dup END (#2022) --- docs/docs/how-tos/react-agent-from-scratch.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/how-tos/react-agent-from-scratch.ipynb b/docs/docs/how-tos/react-agent-from-scratch.ipynb index c7891ed07..79a30503d 100644 --- a/docs/docs/how-tos/react-agent-from-scratch.ipynb +++ b/docs/docs/how-tos/react-agent-from-scratch.ipynb @@ -250,7 +250,6 @@ ], "source": [ "from langgraph.graph import StateGraph, END\n", - "from langgraph.constants import END\n", "\n", "# Define a new graph\n", "workflow = StateGraph(AgentState)\n",