Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 16, 2018
1 parent f7840ee commit 86f87c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from __future__ import (absolute_import, division, print_function)

import sys
import io
import sys

import PIL.Image

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


def test__repr_html_is_str(m):
html = m._repr_html_()
assert isinstance(html, str)
Expand Down

0 comments on commit 86f87c2

Please sign in to comment.