Skip to content

Commit 3caacf1

Browse files
committed
typo
1 parent 631e6a4 commit 3caacf1

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-
type.itemsize, # type: ignore[attr-defined]
172+
dtype.itemsize,
173173
ArrowCTypes.BOOL,
174174
byteorder,
175175
)

0 commit comments

Comments
 (0)