Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Remove blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorkarn committed Aug 10, 2022
1 parent 383d273 commit e6f16a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/structure/coerce.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,6 @@ cdef class CoercionModel:
y_elt = parent(x_elt)(y_elt)
if x_elt._parent is y_elt._parent:
return x_elt,y_elt

self._coercion_error(x, x_map, x_elt, y, y_map, y_elt)

cdef bint x_numeric = isinstance(x, (int, long, float, complex))
Expand Down

0 comments on commit e6f16a7

Please sign in to comment.