Skip to content

Commit 1cdc3df

Browse files
fixup style
1 parent 78af6fa commit 1cdc3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/_arrow_string_mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def _str_title(self) -> Self:
201201

202202
def _str_swapcase(self) -> Self:
203203
return self._from_pyarrow_array(pc.utf8_swapcase(self._pa_array))
204-
204+
205205
def _str_removeprefix(self, prefix: str):
206206
if prefix == "":
207207
return self

0 commit comments

Comments
 (0)