Skip to content

Commit 8f07638

Browse files
committed
fixup post-rebase
1 parent e1b7913 commit 8f07638

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
@@ -293,7 +293,6 @@ def astype(self, dtype, copy: bool = True):
293293
_str_startswith = ArrowStringArrayMixin._str_startswith
294294
_str_endswith = ArrowStringArrayMixin._str_endswith
295295
_str_pad = ArrowStringArrayMixin._str_pad
296-
_str_find = ArrowExtensionArray._str_find
297296

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

0 commit comments

Comments
 (0)