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

Commit

Permalink
src/sage/tensor/modules/finite_rank_free_module.py: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 30, 2022
1 parent 04706dd commit 726e562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tensor/modules/finite_rank_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ def tensor_module(self, k, l, *, sym=None, antisym=None):
sage: M.tensor_module(2, 0, sym=(0,1)) is M.symmetric_power(2)
True
"""
from .comp import CompWithSym, CompFullyAntiSym
from .comp import CompWithSym

sym, antisym = CompWithSym._canonicalize_sym_antisym(k + l, sym, antisym)
if sym or antisym:
Expand Down

0 comments on commit 726e562

Please sign in to comment.