Skip to content

Commit 4b878ce

Browse files
committed
fixup post-rebase
1 parent 9ac11e8 commit 4b878ce

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
@@ -285,7 +285,6 @@ def astype(self, dtype, copy: bool = True):
285285
_str_startswith = ArrowStringArrayMixin._str_startswith
286286
_str_endswith = ArrowStringArrayMixin._str_endswith
287287
_str_pad = ArrowStringArrayMixin._str_pad
288-
_str_find = ArrowExtensionArray._str_find
289288

290289
def _str_contains(
291290
self, pat, case: bool = True, flags: int = 0, na=np.nan, regex: bool = True

0 commit comments

Comments
 (0)