Skip to content

Commit 8445e26

Browse files
committed
CLN: remove redundant override
1 parent 3c7f454 commit 8445e26

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
@@ -466,7 +466,6 @@ def _cmp_method(self, other, op):
466466
class ArrowStringArrayNumpySemantics(ArrowStringArray):
467467
_na_value = np.nan
468468
_str_get = ArrowStringArrayMixin._str_get
469-
_str_removesuffix = ArrowStringArrayMixin._str_removesuffix
470469
_str_capitalize = ArrowStringArrayMixin._str_capitalize
471470
_str_title = ArrowStringArrayMixin._str_title
472471
_str_swapcase = ArrowStringArrayMixin._str_swapcase

0 commit comments

Comments
 (0)