Skip to content

Commit fdae276

Browse files
committed
add isort:skip at test_style.py
1 parent 39f549a commit fdae276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/io/formats/test_style.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
from pandas import DataFrame
1212
import pandas.util.testing as tm
1313

14-
from pandas.io.formats.style import Styler, _get_level_lengths # noqa
15-
1614
jinja2 = pytest.importorskip('jinja2')
15+
from pandas.io.formats.style import Styler, _get_level_lengths # noqa # isort:skip
1716

1817

1918
class TestStyler(object):

0 commit comments

Comments
 (0)