Skip to content

Commit 81be21b

Browse files
committed
ignore pyright error
1 parent 4ccd961 commit 81be21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/sparse/scipy_sparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _levels_to_axis(
7979
ax_coords = codes[valid_ilocs]
8080

8181
ax_labels = ax_labels.tolist()
82-
return ax_coords, ax_labels
82+
return ax_coords, ax_labels # pyright: ignore[reportReturnType]
8383

8484

8585
def _to_ijv(

0 commit comments

Comments
 (0)