Skip to content

Commit ddb1880

Browse files
committed
fix lints
1 parent 2918b3c commit ddb1880

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

folium/map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,8 @@ def __init__(self, color='blue', icon_color='white', icon='info-sign',
626626

627627

628628
class Marker(MacroElement):
629-
"""Create a simple stock Leaflet marker on the map, with optional
629+
"""
630+
Create a simple stock Leaflet marker on the map, with optional
630631
popup text or Vincent visualization.
631632
632633
Parameters

folium/plugins/image_overlay.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from jinja2 import Template
1313

1414

15-
1615
class ImageOverlay(Layer):
1716
"""
1817
Used to load and display a single image over specific bounds of
@@ -50,7 +49,8 @@ class ImageOverlay(Layer):
5049
pixelated: bool, default True
5150
Sharp sharp/crips (True) or aliased corners (False).
5251
53-
See http://leafletjs.com/reference-1.2.0.html#imageoverlay for more options.
52+
See http://leafletjs.com/reference-1.2.0.html#imageoverlay for more
53+
options.
5454
5555
"""
5656
def __init__(self, image, bounds, origin='upper', colormap=None,

0 commit comments

Comments
 (0)