Skip to content

Commit c3d9d9f

Browse files
committed
unwrap line
1 parent eb23db0 commit c3d9d9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexes/range.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,7 @@ def _evaluate_numeric_binop(self, other):
623623

624624
return result
625625

626-
except (ValueError, TypeError,
627-
ZeroDivisionError):
626+
except (ValueError, TypeError, ZeroDivisionError):
628627
# Defer to Int64Index implementation
629628
return op(self._int64index, other)
630629
# TODO: Do attrs get handled reliably?

0 commit comments

Comments
 (0)