Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jan 1, 2025
1 parent 344b30f commit 125f26b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion folium/elements.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
from typing import List, Tuple

from branca.element import CssLink, Figure, JavascriptLink, MacroElement
from branca.element import (
CssLink,
Element, # NoQA: F401 needed as a reexport
Figure,
JavascriptLink,
MacroElement,
)

from folium.template import Template
from folium.utilities import JsCode
Expand Down

0 comments on commit 125f26b

Please sign in to comment.