Skip to content

Commit e677dbe

Browse files
committed
Fix formatting issue
1 parent c829e8c commit e677dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

folium/elements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def __init__(self, leaflet_class_name: str, **kwargs):
178178
def render(self, *args, **kwargs):
179179
return super().render(*args, **kwargs)
180180

181+
181182
class MethodCall(MacroElement):
182183
"""Abstract class to add an element to another element."""
183184

0 commit comments

Comments
 (0)