Skip to content

Commit 41e5087

Browse files
committed
fix(marimo#oso): add marimo import to boilerplate
1 parent f7b790b commit 41e5087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marimo/oso/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def enable_debug_logging() -> None:
3434
# This code sets up pyoso to be used as a database provider for this notebook
3535
# This code is autogenerated. Modification could lead to unexpected results :)
3636
import pyoso
37+
import marimo as mo
3738
pyoso_db_conn = pyoso.Client().dbapi_connection()
3839
""".strip()
3940

0 commit comments

Comments
 (0)