Skip to content

Commit 755e8da

Browse files
committed
Fix the import order in tests.
Signed-off-by: HE, Tao <[email protected]>
1 parent 5fe4f19 commit 755e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
from pandas.compat import PY3, lmap, lrange, lzip, range, u, zip
1414
import pandas.util._test_decorators as td
1515

16-
from pandas.core.arrays import integer_array
1716
from pandas.core.dtypes.api import is_list_like
1817

1918
import pandas as pd
2019
from pandas import (
2120
DataFrame, MultiIndex, PeriodIndex, Series, bdate_range, date_range)
21+
from pandas.core.arrays import integer_array
2222
from pandas.tests.plotting.common import (
2323
TestPlotBase, _check_plot_works, _ok_for_gaussian_kde,
2424
_skip_if_no_scipy_gaussian_kde)

0 commit comments

Comments
 (0)