Skip to content

Commit 838b1c5

Browse files
committed
BUG: Fix handling of compiled regex in Series.str.contains for Arrow-backed strings
1 parent c2a64fa commit 838b1c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/strings/accessor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
from pandas.core.dtypes.dtypes import ArrowDtype
4-
53
import codecs
64
from functools import wraps
75
import re

0 commit comments

Comments
 (0)