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

Commit

Permalink
src/sage/rings/all__sagemath_polyhedra.py: Change order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 19, 2021
1 parent 459c5e0 commit 4f76ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/rings/all__sagemath_polyhedra.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
DedekindDomainElement, PrincipalIdealDomainElement,
EuclideanDomainElement, FieldElement)

# Rational integers.
from .integer_ring import IntegerRing, ZZ, crt_basis
from .integer import Integer

# Rational numbers
from .rational_field import RationalField, QQ
from .rational import Rational
Rationals = RationalField

# Rational integers.
from .integer_ring import IntegerRing, ZZ, crt_basis
from .integer import Integer

0 comments on commit 4f76ecf

Please sign in to comment.