Skip to content

Commit 86f87c2

Browse files
committed
fix lints
1 parent f7840ee commit 86f87c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_repr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
from __future__ import (absolute_import, division, print_function)
1010

11-
import sys
1211
import io
12+
import sys
1313

1414
import PIL.Image
1515

@@ -27,6 +27,7 @@ def m():
2727
def m_png():
2828
yield folium.Map(png_enabled=True)
2929

30+
3031
def test__repr_html_is_str(m):
3132
html = m._repr_html_()
3233
assert isinstance(html, str)

0 commit comments

Comments
 (0)