Skip to content

Commit 225ba52

Browse files
committed
Remove defunct Marker class attribute
1 parent 3444306 commit 225ba52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

folium/map.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ def __init__(self, location, popup=None, tooltip=None, icon=None,
255255
draggable=False):
256256
super(Marker, self).__init__()
257257
self._name = 'Marker'
258-
self.tooltip = tooltip
259258
self.location = _validate_coordinates(location)
260259
self.draggable = draggable
261260
if icon is not None:

0 commit comments

Comments
 (0)