We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a1a3c commit 0ee36cdCopy full SHA for 0ee36cd
pandas/tests/indexing/multiindex/test_loc.py
@@ -6,8 +6,8 @@
6
7
import pandas as pd
8
from pandas import DataFrame, Index, MultiIndex, Series
9
-from pandas.util import testing as tm
10
from pandas.core.indexing import IndexingError
+from pandas.util import testing as tm
11
12
13
@pytest.fixture
0 commit comments