Skip to content

Commit f15bac5

Browse files
committed
Reorder imports
1 parent b5c2264 commit f15bac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/multi/test_setops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest
33

44
import pandas as pd
5-
from pandas import Index, MultiIndex, Series, IntervalIndex, CategoricalIndex
5+
from pandas import CategoricalIndex, Index, IntervalIndex, MultiIndex, Series
66
import pandas._testing as tm
77

88

0 commit comments

Comments
 (0)