Skip to content

Commit fc0aa4d

Browse files
committed
Fix tests
1 parent bc0d638 commit fc0aa4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .six import text_type, binary_type
1414

1515
from .element import Element, Figure, JavascriptLink, CssLink, Div, MacroElement
16-
from .map import Map, TileLayer, Icon, Marker, Popup
16+
from .map import TileLayer, Icon, Marker, Popup
1717

1818
class WmsTileLayer(TileLayer):
1919
def __init__(self, url, name=None,

0 commit comments

Comments
 (0)