Skip to content

Commit 3433cec

Browse files
committed
mypy fixup
1 parent 7f39208 commit 3433cec

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
@@ -280,7 +280,6 @@ def astype(self, dtype, copy: bool = True):
280280
# String methods interface
281281

282282
_str_map = BaseStringArray._str_map
283-
_str_find = ArrowExtensionArray._str_find
284283

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

0 commit comments

Comments
 (0)