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 4ccd961 commit 81be21bCopy full SHA for 81be21b
pandas/core/arrays/sparse/scipy_sparse.py
@@ -79,7 +79,7 @@ def _levels_to_axis(
79
ax_coords = codes[valid_ilocs]
80
81
ax_labels = ax_labels.tolist()
82
- return ax_coords, ax_labels
+ return ax_coords, ax_labels # pyright: ignore[reportReturnType]
83
84
85
def _to_ijv(
0 commit comments