Skip to content

Commit 174caec

Browse files
committed
fix the inherited style problem, and a mistake missing import
1 parent 51aed1d commit 174caec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folium/plugins/timestamped_wmstilelayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
from jinja2 import Template
2323

24+
from branca.element import Figure, JavascriptLink, CssLink
2425
from ..map import Layer
2526

2627

@@ -107,7 +108,6 @@ def __init__(self, data, transition_time=200, loop=False, auto_play=False,
107108
{% endmacro %}
108109
""")
109110

110-
111111
def render(self, **kwargs):
112112
super(TimestampedWmsTileLayer, self).render()
113113

0 commit comments

Comments
 (0)