Skip to content

Commit

Permalink
src/sage/modules/fg_pid/fgp_morphism.py: Remove leftover import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 4, 2024
1 parent 70614f0 commit 3938568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/modules/fg_pid/fgp_morphism.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://www.gnu.org/licenses/
# *************************************************************************

from sage.categories.morphism import Morphism, is_Morphism
from sage.categories.morphism import Morphism
from .fgp_module import DEBUG
from sage.structure.richcmp import richcmp, op_NE
from sage.misc.cachefunc import cached_method
Expand Down

0 comments on commit 3938568

Please sign in to comment.