Skip to content

Commit 04f3899

Browse files
committed
Fix import issue that was depending on other files
1 parent 94c1467 commit 04f3899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages/python/jupyter_notebook/CipherStash-Getting-Started.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@
418418
"source": [
419419
"from cs_types import *\n",
420420
"from psycopg2.extras import RealDictCursor\n",
421+
"import psycopg2\n",
421422
"\n",
422423
"print(\"Importing done.\")"
423424
]

0 commit comments

Comments
 (0)