Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 17, 2023
1 parent 43c0592 commit 2ef7b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions folium/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ class GeoJson(Layer):
* If `__geo_interface__` is available, the `__geo_interface__`
dictionary will be serialized to JSON and
reprojected if `to_crs` is available.
style_function: function, default None
Function mapping a GeoJson Feature to a style dict.
highlight_function: function, default None
Expand Down Expand Up @@ -884,7 +884,7 @@ class TopoJson(JSCSSMixin, Layer):
* If dict, then data will be converted to JSON and embedded
in the JavaScript.
* If str, then data will be passed to the JavaScript as-is.
object_path: str
The path of the desired object into the TopoJson structure.
Ex: 'objects.myobject'.
Expand Down Expand Up @@ -1820,7 +1820,7 @@ class CustomIcon(Icon):
output file.
* If array-like, it will be converted to PNG base64 string
and embedded in the output.
icon_size : tuple of 2 int, optional
Size of the icon image in pixels.
icon_anchor : tuple of 2 int, optional
Expand Down

0 comments on commit 2ef7b9c

Please sign in to comment.