Skip to content

Commit e02d995

Browse files
committed
Fix typing for GeoJson kwargs
1 parent 91b1baa commit e02d995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def __init__(
663663
popup: Optional["GeoJsonPopup"] = None,
664664
zoom_on_click: bool = False,
665665
marker: Union[Circle, CircleMarker, Marker, None] = None,
666-
**kwargs: TypeJsonValue,
666+
**kwargs: Any,
667667
):
668668
super().__init__(name=name, overlay=overlay, control=control, show=show)
669669
self._name = "GeoJson"

0 commit comments

Comments
 (0)