We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37581ed commit 3a3f46bCopy full SHA for 3a3f46b
tests/extension/decimal/array.py
@@ -351,6 +351,3 @@ def value_counts(self, dropna: bool = True) -> Series:
351
)
352
353
return value_counts(self.to_numpy(), dropna=dropna)
354
-
355
356
-DecimalArray._add_arithmetic_ops()
0 commit comments