Skip to content

Commit 922f8de

Browse files
committed
Unbreak the tests
1 parent 3404d3c commit 922f8de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

folium/plugins/draw.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class Draw(JSCSSMixin, MacroElement):
121121
"""
122122
)
123123

124-
"""
125124
default_js = [
126125
(
127126
"leaflet_draw_js",
@@ -134,7 +133,6 @@ class Draw(JSCSSMixin, MacroElement):
134133
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.2/leaflet.draw.css",
135134
)
136135
]
137-
"""
138136

139137
def __init__(
140138
self,

0 commit comments

Comments
 (0)