Skip to content

Commit 125f26b

Browse files
committed
Fix missing import
1 parent 344b30f commit 125f26b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

folium/elements.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
from typing import List, Tuple
22

3-
from branca.element import CssLink, Figure, JavascriptLink, MacroElement
3+
from branca.element import (
4+
CssLink,
5+
Element, # NoQA: F401 needed as a reexport
6+
Figure,
7+
JavascriptLink,
8+
MacroElement,
9+
)
410

511
from folium.template import Template
612
from folium.utilities import JsCode

0 commit comments

Comments
 (0)