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

Commit

Permalink
missing import of QQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Mar 29, 2022
1 parent c8c3f53 commit f3c68a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/base7.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
from sage.misc.cachefunc import cached_method
from sage.modules.free_module_element import vector
from sage.rings.integer_ring import ZZ
from sage.rings.rational_field import QQ
from sage.rings.qqbar import AA
from .base6 import Polyhedron_base6

Expand Down

0 comments on commit f3c68a5

Please sign in to comment.