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

Commit

Permalink
Merge #30229
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 30, 2022
2 parents 6ca796c + 726e562 commit bd38eac
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 @@ -1437,7 +1437,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 bd38eac

Please sign in to comment.