Skip to content

Commit

Permalink
fixup post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Sep 6, 2024
1 parent e1b7913 commit 8f07638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/arrays/string_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,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
Expand Down

0 comments on commit 8f07638

Please sign in to comment.