Skip to content

Commit 0ee36cd

Browse files
committed
import statements - linting
1 parent 51a1a3c commit 0ee36cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/multiindex/test_loc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
import pandas as pd
88
from pandas import DataFrame, Index, MultiIndex, Series
9-
from pandas.util import testing as tm
109
from pandas.core.indexing import IndexingError
10+
from pandas.util import testing as tm
1111

1212

1313
@pytest.fixture

0 commit comments

Comments
 (0)