Skip to content

Commit 193eb2c

Browse files
Fix import sort linting
1 parent af41084 commit 193eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_matplotlib/boxplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from pandas.core.dtypes.missing import remove_na_arraylike
99

1010
import pandas as pd
11+
from pandas import Index, IndexSlice, MultiIndex
1112

12-
from pandas import IndexSlice, Index, MultiIndex
1313
from pandas.io.formats.printing import pprint_thing
1414
from pandas.plotting._matplotlib import converter
1515
from pandas.plotting._matplotlib.core import LinePlot, MPLPlot

0 commit comments

Comments
 (0)