Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 18, 2024
1 parent 0b28fc5 commit 7163c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/universal_cyclotomic_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ def _element_constructor_(self, elt):

raise TypeError("{} of type {} not valid to initialize an element of the universal cyclotomic field".format(elt, type(elt)))

def _coerce_map_from_(self, other) -> bool | None:
def _coerce_map_from_(self, other):
r"""
TESTS::
Expand Down

0 comments on commit 7163c5d

Please sign in to comment.