From: Michael Orlitzky Date: Sat, 13 Mar 2021 19:55:47 +0000 (-0500) Subject: eja: remove unused import. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=sage.d.git;a=commitdiff_plain;h=f3a64f913849aaf780ca6113607fd4443adf5b7d eja: remove unused import. --- diff --git a/mjo/eja/eja_element.py b/mjo/eja/eja_element.py index 1c12a81..693e8e2 100644 --- a/mjo/eja/eja_element.py +++ b/mjo/eja/eja_element.py @@ -4,7 +4,7 @@ from sage.modules.free_module import VectorSpace from sage.modules.with_basis.indexed_element import IndexedFreeModuleElement from mjo.eja.eja_operator import FiniteDimensionalEJAOperator -from mjo.eja.eja_utils import _mat2vec, _scale +from mjo.eja.eja_utils import _scale class FiniteDimensionalEJAElement(IndexedFreeModuleElement): """