Skip to content

Commit 3d9366c

Browse files
committed
CLN: remove redundant override
1 parent 475b17e commit 3d9366c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/string_arrow.py

-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ def _cmp_method(self, other, op):
525525
class ArrowStringArrayNumpySemantics(ArrowStringArray):
526526
_na_value = np.nan
527527
_str_get = ArrowStringArrayMixin._str_get
528-
_str_removesuffix = ArrowStringArrayMixin._str_removesuffix
529528
_str_capitalize = ArrowStringArrayMixin._str_capitalize
530529
_str_pad = ArrowStringArrayMixin._str_pad
531530
_str_title = ArrowStringArrayMixin._str_title

0 commit comments

Comments
 (0)