Skip to content

Commit b50610c

Browse files
committed
CLN: remove redundant override
1 parent fc83d88 commit b50610c

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
@@ -462,7 +462,6 @@ def _cmp_method(self, other, op):
462462
class ArrowStringArrayNumpySemantics(ArrowStringArray):
463463
_na_value = np.nan
464464
_str_get = ArrowStringArrayMixin._str_get
465-
_str_removesuffix = ArrowStringArrayMixin._str_removesuffix
466465
_str_capitalize = ArrowStringArrayMixin._str_capitalize
467466
_str_title = ArrowStringArrayMixin._str_title
468467
_str_swapcase = ArrowStringArrayMixin._str_swapcase

0 commit comments

Comments
 (0)