Skip to content

Commit 9dba8f2

Browse files
committed
fix stuff
1 parent 1f2fb54 commit 9dba8f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/string_.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ def __arrow_array__(self, type=None):
727727
values[self.isna()] = None
728728
return pa.array(values, type=type, from_pandas=True)
729729

730-
731730
def _values_for_factorize(self) -> tuple[np.ndarray, libmissing.NAType | float]: # type: ignore[override]
732731
arr = self._ndarray
733732

0 commit comments

Comments
 (0)