Skip to content

Commit 4b02afc

Browse files
committed
fix lint
1 parent 8796815 commit 4b02afc

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
@@ -127,7 +127,7 @@ def __init__(self, location, color='black', opacity=1, weight=2,
127127
number_of_sides=4, rotation=0, radius=15, popup=None):
128128
super(RegularPolygonMarker, self).__init__(location, popup=popup)
129129
self._name = 'RegularPolygonMarker'
130-
self.color=color
130+
self.color = color
131131
self.opacity = opacity
132132
self.weight = weight
133133
self.fill_color = fill_color

0 commit comments

Comments
 (0)