We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2ebf2 commit 319d3bfCopy full SHA for 319d3bf
2 files changed
folium/__init__.py
@@ -1,4 +1,3 @@
1
-
2
import branca
3
from branca.colormap import ColorMap, LinearColormap, StepColormap
4
from branca.element import (
@@ -58,7 +57,6 @@
58
57
)
59
60
61
62
__all__ = [
63
"Choropleth",
64
"ClickForMarker",
setup.py
@@ -5,7 +5,6 @@
5
rootpath = os.path.abspath(os.path.dirname(__file__))
6
7
8
9
def read(*parts):
10
return open(os.path.join(rootpath, *parts)).read()
11
0 commit comments