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

Commit

Permalink
Remove additional unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kvwoerden committed Sep 30, 2020
1 parent e78ca19 commit 190da7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
from __future__ import absolute_import

from sage.categories.homset import Homset
from sage.misc.cachefunc import cached_method

from sage.categories.homset import Hom

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
from sage.categories.morphism import Morphism as SageMorphism
from sage.misc.cachefunc import cached_method

import sage.categories.homset

from .free_homspace import is_FreeModuleHomspace


Expand Down

0 comments on commit 190da7f

Please sign in to comment.