Skip to content

Commit

Permalink
CLN: remove no-longer-needed object_compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Aug 28, 2024
1 parent 16ac7fd commit cdaa99b
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 @@ -278,7 +278,6 @@ def astype(self, dtype, copy: bool = True):

# ------------------------------------------------------------------------
# String methods interface
_object_compat = True

_str_map = BaseStringArray._str_map
_str_startswith = ArrowStringArrayMixin._str_startswith
Expand Down

0 comments on commit cdaa99b

Please sign in to comment.