Skip to content

Commit

Permalink
Try with explicit fiona import
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jun 28, 2024
1 parent 56ede9a commit 307827a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folium/plugins/beautify_icon.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
inner_icon_style="",
spin=False,
number=None,
**kwargs
**kwargs,
):
super().__init__()
self._name = "BeautifyIcon"
Expand All @@ -111,5 +111,5 @@ def __init__(
spin=spin,
isAlphaNumericIcon=number is not None,
text=number,
**kwargs
**kwargs,
)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
branca>=0.6.0
fiona
jinja2>=2.9
numpy
requests
Expand Down

0 comments on commit 307827a

Please sign in to comment.