Skip to content

Commit 28aa96b

Browse files
committed
fixup post-rebase
1 parent e76155e commit 28aa96b

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
@@ -295,7 +295,6 @@ def astype(self, dtype, copy: bool = True):
295295
_str_startswith = ArrowStringArrayMixin._str_startswith
296296
_str_endswith = ArrowStringArrayMixin._str_endswith
297297
_str_pad = ArrowStringArrayMixin._str_pad
298-
_str_find = ArrowExtensionArray._str_find
299298

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

0 commit comments

Comments
 (0)