Skip to content

Commit 70e1b12

Browse files
committed
fix lint
1 parent 2eed611 commit 70e1b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/plugins/scroll_zoom_toggler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self):
3737
{% macro html(this,kwargs) %}
3838
<img id="{{this.get_name()}}" alt="scroll"
3939
src="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/png/512/arrow-move.png"
40-
style="z-index: 999999"
40+
style="z-index: 999999"
4141
onclick="{{this._parent.get_name()}}.toggleScroll()">
4242
</img>
4343
{% endmacro %}

0 commit comments

Comments
 (0)