Skip to content

Commit e9efde0

Browse files
author
Stefan Kuethe
committed
Update example
1 parent c87c58b commit e9efde0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

marimo/pmtiles-vector.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
def _():
1111
import marimo as mo
1212
import openlayers as ol
13-
return mo, ol
14-
15-
16-
@app.cell
17-
def _():
1813
from openlayers.styles import default_style
19-
return (default_style,)
14+
return default_style, mo, ol
2015

2116

2217
@app.cell(hide_code=True)

0 commit comments

Comments
 (0)