Skip to content

Commit 2fdacb5

Browse files
committed
removed unused import statement
1 parent 0369704 commit 2fdacb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/multiindex/test_getitem.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import pytest
33

44
from pandas import DataFrame, Index, MultiIndex, Series
5-
from pandas.core.indexing import IndexingError
65
from pandas.util import testing as tm
76

87
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)