Skip to content

Commit

Permalink
Fix typing for GeoJson kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Nov 8, 2024
1 parent 91b1baa commit e02d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folium/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def __init__(
popup: Optional["GeoJsonPopup"] = None,
zoom_on_click: bool = False,
marker: Union[Circle, CircleMarker, Marker, None] = None,
**kwargs: TypeJsonValue,
**kwargs: Any,
):
super().__init__(name=name, overlay=overlay, control=control, show=show)
self._name = "GeoJson"
Expand Down

0 comments on commit e02d995

Please sign in to comment.