python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.72k stars 2.21k forks source link

remove test for unused Branca get_templates() #1919

Closed Conengmo closed 1 month ago

Conengmo commented 1 month ago

Some cleanup. For some reason we have a test in Folium for Branca's get_templates() function. That function is not used anymore inside of Branca, but even if it did, it doesn't make sense to have a test for it in Folium. So remove it. We can then remove the function it from Branca as well.