Skip to content

Commit a23fdd6

Browse files
committed
Bogus commit to break the tests
1 parent 7b62a54 commit a23fdd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

folium/plugins/draw.py

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

124+
"""
124125
default_js = [
125126
(
126127
"leaflet_draw_js",
@@ -133,6 +134,7 @@ class Draw(JSCSSMixin, MacroElement):
133134
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.2/leaflet.draw.css",
134135
)
135136
]
137+
"""
136138

137139
def __init__(
138140
self,

0 commit comments

Comments
 (0)