Skip to content

Commit c9a7dff

Browse files
committed
fixup
1 parent 58a64ef commit c9a7dff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/extension/decimal/array.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,12 @@ def value_counts(self, dropna: bool = True) -> Series:
352352

353353
return value_counts(self.to_numpy(), dropna=dropna)
354354

355+
@classmethod
356+
def _add_arithmetic_ops(cls) -> None: ...
357+
@classmethod
358+
def _add_comparison_ops(cls) -> None: ...
359+
@classmethod
360+
def _add_logical_ops(cls) -> None: ...
361+
355362

356-
DecimalArray._add_arithmetic_ops() # type: ignore[attr-defined] # pyright: ignore[reportAttributeAccessIssue]
363+
DecimalArray._add_arithmetic_ops()

0 commit comments

Comments
 (0)