Skip to content

Commit 3d47fb9

Browse files
committed
pyright
1 parent dd718b5 commit 3d47fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/interchange/column.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _dtype_from_pandasdtype(self, dtype) -> tuple[DtypeKind, int, str, str]:
169169
if dtype == "bool[pyarrow]":
170170
return (
171171
kind,
172-
dtype.itemsize,
172+
dtype.itemsize, # pyright: ignore[reportAttributeAccessIssue]
173173
ArrowCTypes.BOOL,
174174
byteorder,
175175
)

0 commit comments

Comments
 (0)