Skip to content

Commit 6ba6ca8

Browse files
committed
solved import error.
1 parent b7fffca commit 6ba6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/folium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from .map import LegacyMap, Icon, Marker, Popup, FitBounds
2020
from .features import (WmsTileLayer, RegularPolygonMarker, Vega, GeoJson,
21-
CircleMarker, LatLngPopup,
21+
CircleMarker, RectangleMarker, Polygon, LatLngPopup,
2222
ClickForMarker, TopoJson, PolyLine, MultiPolyLine,
2323
)
2424

0 commit comments

Comments
 (0)