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/tensor_free_module.py (TensorFreeModule): Mak…
Browse files Browse the repository at this point in the history
…e MRO consistent with FiniteRankFreeModule
  • Loading branch information
Matthias Koeppe committed Nov 12, 2022
1 parent f107a77 commit d2228bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/tensor/modules/tensor_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

from .tensor_free_submodule_basis import TensorFreeSubmoduleBasis_sym

class TensorFreeModule(FiniteRankFreeModule_abstract, ReflexiveModule_tensor):
class TensorFreeModule(ReflexiveModule_tensor, FiniteRankFreeModule_abstract):
r"""
Class for the free modules over a commutative ring `R` that are
tensor products of a given free module `M` over `R` with itself and its
Expand Down

0 comments on commit d2228bd

Please sign in to comment.