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

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse committed May 10, 2022
1 parent d5adcb0 commit 90005e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/topology/simplicial_complex.py
Expand Up @@ -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')

Expand Down

0 comments on commit 90005e7

Please sign in to comment.