Skip to content

Commit edd3f7a

Browse files
committed
apply fixes
1 parent 878a93b commit edd3f7a

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

folium/folium.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565

6666

6767
class GlobalSwitches(Element):
68-
6968
_template = Template(
7069
"""
7170
<script>

folium/plugins/measure_control.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def __init__(
5555
secondary_area_unit="acres",
5656
**kwargs
5757
):
58-
5958
super().__init__()
6059
self._name = "MeasureControl"
6160

folium/plugins/minimap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def __init__(
105105
minimized=False,
106106
**kwargs
107107
):
108-
109108
super().__init__()
110109
self._name = "MiniMap"
111110

folium/plugins/mouse_position.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def __init__(
8585
lng_formatter=None,
8686
**kwargs
8787
):
88-
8988
super().__init__()
9089
self._name = "MousePosition"
9190

folium/raster_layers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def __init__(
107107
opacity: float = 1,
108108
**kwargs
109109
):
110-
111110
# check for xyzservices.TileProvider without importing it
112111
if isinstance(tiles, dict):
113112
attr = attr if attr else tiles.html_attribution # type: ignore

0 commit comments

Comments
 (0)