We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed5bc commit b261f85Copy full SHA for b261f85
pandas/tests/arrays/sparse/test_libsparse.py
@@ -6,7 +6,7 @@
6
import pandas.util.testing as tm
7
import pandas.util._test_decorators as td
8
9
-from pandas.core.sparse.array import IntIndex, BlockIndex, _make_index
+from pandas.core.arrays.sparse.array import IntIndex, BlockIndex, _make_index
10
import pandas._libs.sparse as splib
11
12
TEST_LENGTH = 20
0 commit comments