Skip to content

Commit 142a609

Browse files
Apply suggestion from @jorisvandenbossche
1 parent 2977a04 commit 142a609

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/core/arrays/_arrow_string_mixins.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,6 @@ def _str_removesuffix(self, suffix: str):
218218
result = pc.if_else(ends_with, removed, self._pa_array)
219219
return self._from_pyarrow_array(result)
220220

221-
222-
223-
224-
225221
def _str_startswith(
226222
self, pat: str | tuple[str, ...], na: Scalar | lib.NoDefault = lib.no_default
227223
):

0 commit comments

Comments
 (0)