Skip to content

Commit feb26bc

Browse files
committed
Updated after review comments
1 parent 23ae17d commit feb26bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

folium/plugins/semicircle.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from folium.elements import JSCSSMixin
22
from folium.map import Marker
33
from folium.template import Template
4+
from folium.utilities import remove_empty
45
from folium.vector_layers import path_options
56

67

@@ -80,6 +81,7 @@ def __init__(
8081
stop_angle=stop_angle,
8182
)
8283
)
84+
self.options = remove_empty(self.options)
8385

8486
if not (
8587
(direction is None and arc is None)

0 commit comments

Comments
 (0)