From d1ee1cf1f16339c0ceaaa96bf676f498a5c1d730 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Tue, 22 Jul 2025 11:19:08 -0400 Subject: [PATCH] docs fix --- docs/docs/tutorials/tot/tot.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tutorials/tot/tot.ipynb b/docs/docs/tutorials/tot/tot.ipynb index 137a324a3..f8b8fbd0f 100644 --- a/docs/docs/tutorials/tot/tot.ipynb +++ b/docs/docs/tutorials/tot/tot.ipynb @@ -272,7 +272,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -280,7 +280,7 @@ "from typing import Optional, Dict, Any\n", "from typing_extensions import Annotated, TypedDict\n", "from langgraph.graph import StateGraph\n", - "from langgraph.types import Runtime\n", + "from langgraph.runtime import Runtime\n", "\n", "from langgraph.checkpoint.memory import InMemorySaver\n", "from langgraph.types import Send\n",