Skip to content

Commit 16a8501

Browse files
Update pandas/core/arrays/string_.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent b619b77 commit 16a8501

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
@@ -890,7 +890,6 @@ def _cmp_method(self, other, op):
890890
if not is_array_like(other):
891891
other = np.asarray(other)
892892
other = other[valid]
893-
# other = np.asarray(other)
894893

895894
if op.__name__ in ops.ARITHMETIC_BINOPS:
896895
result = np.empty_like(self._ndarray, dtype="object")

0 commit comments

Comments
 (0)