Skip to content

Commit 7b6e4f3

Browse files
committed
CLN: remove redundant override
1 parent 0f611ce commit 7b6e4f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ def _cmp_method(self, other, op):
472472
class ArrowStringArrayNumpySemantics(ArrowStringArray):
473473
_na_value = np.nan
474474
_str_get = ArrowStringArrayMixin._str_get
475-
_str_removesuffix = ArrowStringArrayMixin._str_removesuffix
476475
_str_capitalize = ArrowStringArrayMixin._str_capitalize
477476
_str_title = ArrowStringArrayMixin._str_title
478477
_str_swapcase = ArrowStringArrayMixin._str_swapcase

0 commit comments

Comments
 (0)