Skip to content

Commit d99684f

Browse files
committed
Fmt
1 parent 43de0ee commit d99684f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/overture-geoparquet.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@
6969
"metadata": {},
7070
"outputs": [],
7171
"source": [
72-
"from arro3.core import ChunkedArray\n",
73-
"from geoarrow.rust.io import GeoParquetDataset, GeoParquetFile\n",
72+
"from geoarrow.rust.io import GeoParquetDataset\n",
7473
"from obstore.store import S3Store\n",
7574
"\n",
76-
"from lonboard import Map, PolygonLayer, viz\n",
75+
"from lonboard import Map, viz\n",
7776
"from lonboard.basemap import CartoBasemap"
7877
]
7978
},
@@ -484,7 +483,9 @@
484483
"metadata": {},
485484
"outputs": [],
486485
"source": [
487-
"assert m.selected_bounds is not None, \"Use the map's bounding box selection to select a small download area\""
486+
"assert m.selected_bounds is not None, (\n",
487+
" \"Use the map's bounding box selection to select a small download area\"\n",
488+
")"
488489
]
489490
},
490491
{
@@ -571,7 +572,7 @@
571572
],
572573
"source": [
573574
"m = viz(data)\n",
574-
"m._height=600\n",
575+
"m._height = 600\n",
575576
"m"
576577
]
577578
},

0 commit comments

Comments
 (0)