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

Commit

Permalink
15378: remove outdated todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bhutz committed Aug 2, 2016
1 parent dd54bdf commit e310fac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/schemes/generic/morphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ def is_SchemeMorphism(f):
from sage.schemes.elliptic_curves.ell_point import EllipticCurvePoint_field
return isinstance(f, (SchemeMorphism, EllipticCurvePoint_field));

#TODO:
# SchemeMorphism inherits from Element!!
# (this is because points on schemes are morphisms)
# to make the composition works I managed to make SchemeMorphism_polynomial
# *not* inherits from SchemeMorphism!!

class SchemeMorphism(Element):
"""
Expand Down

0 comments on commit e310fac

Please sign in to comment.