diff --git a/src/sage/topology/simplicial_complex.py b/src/sage/topology/simplicial_complex.py index e41c35e3552..e4b61bb9474 100644 --- a/src/sage/topology/simplicial_complex.py +++ b/src/sage/topology/simplicial_complex.py @@ -173,7 +173,7 @@ from sage.matrix.constructor import matrix from sage.homology.chain_complex import ChainComplex from sage.graphs.graph import Graph -from functools import reduce, total_ordering +from functools import total_ordering from itertools import combinations, chain lazy_import('sage.categories.simplicial_complexes', 'SimplicialComplexes')