Skip to content

Commit

Permalink
mypy fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 22, 2024
1 parent 703b4b7 commit e4c2157
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 @@ -280,7 +280,6 @@ def astype(self, dtype, copy: bool = True):
# String methods interface

_str_map = BaseStringArray._str_map
_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 e4c2157

Please sign in to comment.