Skip to content

Commit

Permalink
removed sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Paul authored and Ben Paul committed Nov 30, 2023
1 parent 18907ce commit b8ddc45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion notebooks/kebab-case/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"outputs": [],
"source": [
"import pandas as pd\n",
"from sqlalchemy import *\n",
"import singlestoredb as s2\n",
"s2_conn = s2.connect()\n",
"s2_cur = s2_conn.cursor()"
Expand Down

0 comments on commit b8ddc45

Please sign in to comment.