Skip to content

Commit b261f85

Browse files
committed
CLN-23123 Modify re-added tests to use correct imports
1 parent 54ed5bc commit b261f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/sparse/test_libsparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas.util.testing as tm
77
import pandas.util._test_decorators as td
88

9-
from pandas.core.sparse.array import IntIndex, BlockIndex, _make_index
9+
from pandas.core.arrays.sparse.array import IntIndex, BlockIndex, _make_index
1010
import pandas._libs.sparse as splib
1111

1212
TEST_LENGTH = 20

0 commit comments

Comments
 (0)