From 28aa96b9734d330d665c9785ad2149fa9ce34f6d Mon Sep 17 00:00:00 2001 From: Brock Date: Tue, 3 Sep 2024 07:13:45 -0700 Subject: [PATCH] fixup post-rebase --- pandas/core/arrays/string_arrow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/arrays/string_arrow.py b/pandas/core/arrays/string_arrow.py index dc954e76bdb1f6..2248c7adb4aff1 100644 --- a/pandas/core/arrays/string_arrow.py +++ b/pandas/core/arrays/string_arrow.py @@ -295,7 +295,6 @@ def astype(self, dtype, copy: bool = True): _str_startswith = ArrowStringArrayMixin._str_startswith _str_endswith = ArrowStringArrayMixin._str_endswith _str_pad = ArrowStringArrayMixin._str_pad - _str_find = ArrowExtensionArray._str_find def _str_contains( self, pat, case: bool = True, flags: int = 0, na=np.nan, regex: bool = True