Skip to content

Commit bef6984

Browse files
authored
fix test for #568 (#685)
1 parent ebe166e commit bef6984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

folium/map.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'),
3838
('awesome_markers',
3939
'https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js'), # noqa
40-
('marker_cluster_src',
41-
'https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster-src.js'), # noqa
4240
('marker_cluster',
4341
'https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js'), # noqa
4442
]

0 commit comments

Comments
 (0)