Skip to content

Commit 3a3f46b

Browse files
committed
clean test
1 parent 37581ed commit 3a3f46b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/extension/decimal/array.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,3 @@ def value_counts(self, dropna: bool = True) -> Series:
351351
)
352352

353353
return value_counts(self.to_numpy(), dropna=dropna)
354-
355-
356-
DecimalArray._add_arithmetic_ops()

0 commit comments

Comments
 (0)