Skip to content

Commit 567125c

Browse files
committed
remove smartunion
1 parent 5a73032 commit 567125c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

geojson_pydantic/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class Feature(GenericModel, Generic[Geom, Props], GeoInterfaceMixin):
2525
class Config:
2626
"""Model configuration."""
2727

28-
smart_union = True
2928
use_enum_values = True
3029

3130
@validator("geometry", pre=True, always=True)

0 commit comments

Comments
 (0)