Skip to content

Commit 99be37b

Browse files
authored
add import statement
Missing import os statement
1 parent e5290ed commit 99be37b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

06-First-RAG.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
}
4444
],
4545
"source": [
46+
"import os\n",
4647
"import random\n",
4748
"import asyncio\n",
4849
"from typing import Dict, List\n",

0 commit comments

Comments
 (0)