Skip to content

Commit 7b023eb

Browse files
authored
Added import os
the next notebook step fails when this import is missing.
1 parent 8664c37 commit 7b023eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

09-BingChatClone.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
}
4141
],
4242
"source": [
43+
"import os\n"
4344
"import requests\n",
4445
"from typing import Dict, List, Optional, Type\n",
4546
"import asyncio\n",

0 commit comments

Comments
 (0)