Skip to content

Commit

Permalink
python-visualization#1616 fix for ClickForLatLng import error
Browse files Browse the repository at this point in the history
  • Loading branch information
amrutharajashekar committed Oct 9, 2022
1 parent 5b29a60 commit d01e6bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions folium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from folium.features import (
Choropleth,
ClickForMarker,
ClickForLatLng,
ColorLine,
CustomIcon,
DivIcon,
Expand Down Expand Up @@ -75,6 +76,7 @@
__all__ = [
'Choropleth',
'ClickForMarker',
'ClickForLatLng',
'ColorLine',
'ColorMap',
'CssLink',
Expand Down

0 comments on commit d01e6bc

Please sign in to comment.