Skip to content

Commit 319d3bf

Browse files
committed
fix lints
1 parent 4f2ebf2 commit 319d3bf

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

folium/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import branca
32
from branca.colormap import ColorMap, LinearColormap, StepColormap
43
from branca.element import (
@@ -58,7 +57,6 @@
5857
)
5958

6059

61-
6260
__all__ = [
6361
"Choropleth",
6462
"ClickForMarker",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
rootpath = os.path.abspath(os.path.dirname(__file__))
66

77

8-
98
def read(*parts):
109
return open(os.path.join(rootpath, *parts)).read()
1110

0 commit comments

Comments
 (0)