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

Commit 26890de

Browse files
author
Jonathan Kliem
committed
unused import, unused variable
1 parent 2ba5275 commit 26890de

File tree

1 file changed

+1
-2
lines changed
  • src/sage/geometry/polyhedron

1 file changed

+1
-2
lines changed

src/sage/geometry/polyhedron/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9135,12 +9135,11 @@ def _test_is_combinatorially_isomorphic(self, tester=None, **options):
91359135
91369136
sage: polytopes.cross_polytope(3)._test_is_combinatorially_isomorphic()
91379137
"""
9138-
from sage.rings.all import ZZ
91399138
if tester is None:
91409139
tester = self._tester(**options)
91419140

91429141
if not self.is_compact():
9143-
with tester.assertRaises(AssertionError) as cm:
9142+
with tester.assertRaises(AssertionError):
91449143
self.is_combinatorially_isomorphic(self)
91459144
return
91469145

0 commit comments

Comments
 (0)