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

Commit c035d06

Browse files
author
Matthias Koeppe
committed
Remove unused import in doctest
1 parent a6961c6 commit c035d06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/tensor/modules/tensor_free_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ def __init__(self, fmodule, tensor_type, name=None, latex_name=None):
368368
r"""
369369
TESTS::
370370
371-
sage: from sage.tensor.modules.tensor_free_module import TensorFreeModule
372371
sage: M = FiniteRankFreeModule(ZZ, 3, name='M')
373372
sage: T = M.tensor_module(2, 3)
374373
sage: TestSuite(T).run()

0 commit comments

Comments
 (0)