Skip to content

Commit d29ea80

Browse files
committed
mypy fixup
1 parent 665f6f3 commit d29ea80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/arrow/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ def _logical_method(self, other, op) -> Self:
952952
else:
953953
return self._evaluate_op_method(other, op, ARROW_LOGICAL_FUNCS)
954954

955-
def _arith_method(self, other, op) -> Self | npt.NDArray[object]:
955+
def _arith_method(self, other, op) -> Self | npt.NDArray[np.object_]:
956956
if (
957957
op in [operator.truediv, roperator.rtruediv]
958958
and isinstance(other, Path)

0 commit comments

Comments
 (0)