Skip to content

Commit dd639f0

Browse files
committed
Add missing import
1 parent 0ec2569 commit dd639f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebooks/langgraph_basics_agents.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"cell_type": "code",
35-
"execution_count": 1,
35+
"execution_count": null,
3636
"metadata": {},
3737
"outputs": [
3838
{
@@ -51,6 +51,7 @@
5151
"import os\n",
5252
"import sys\n",
5353
"from pymongo import MongoClient\n",
54+
"import json\n",
5455
"\n",
5556
"# Add parent directory to path to import from utils\n",
5657
"sys.path.append(os.path.join(os.path.dirname(os.getcwd())))\n",

0 commit comments

Comments
 (0)