Skip to content

Commit ef3a703

Browse files
authored
fix(LAB-3617): geojson bad naming (#1899)
1 parent 47064ee commit ef3a703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sdk/tutorials/geojson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ However, since the GeoJSON file we are using does not have the `kili` key in the
312312

313313

314314
```python
315-
from kili_formats.format.geojsonon import (
315+
from kili_formats.format.geojson import (
316316
geojson_linestring_feature_to_kili_line_annotation,
317317
geojson_point_feature_to_kili_point_annotation,
318318
geojson_polygon_feature_to_kili_polygon_annotation,

recipes/geojson.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
"metadata": {},
589589
"outputs": [],
590590
"source": [
591-
"from kili_formats.format.geojsonon import (\n",
591+
"from kili_formats.format.geojson import (\n",
592592
" geojson_linestring_feature_to_kili_line_annotation,\n",
593593
" geojson_point_feature_to_kili_point_annotation,\n",
594594
" geojson_polygon_feature_to_kili_polygon_annotation,\n",

0 commit comments

Comments
 (0)