Skip to content

Commit 71382a6

Browse files
author
Matthias Koeppe
committed
sage.rings.function_field: Update from #35095
1 parent 744e1f1 commit 71382a6

File tree

3 files changed

+538
-469
lines changed

3 files changed

+538
-469
lines changed

src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
from sage.rings.integer_ring import ZZ
3737
from sage.rings.polynomial.ore_polynomial_element import OrePolynomial
3838
from sage.rings.polynomial.polynomial_ring import PolynomialRing_general
39-
from sage.rings.ring_extension import RingExtension_generic
4039
from sage.structure.parent import Parent
4140
from sage.structure.sage_object import SageObject
4241
from sage.structure.sequence import Sequence
4342
from sage.structure.unique_representation import UniqueRepresentation
4443

44+
lazy_import('sage.rings.ring_extension', 'RingExtension_generic')
4545
lazy_import('sage.rings.lazy_series_ring', 'LazyPowerSeriesRing')
4646

4747

src/sage/rings/function_field/function_field.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,11 +1015,7 @@ def space_of_holomorphic_differentials(self):
10151015
EXAMPLES::
10161016
10171017
sage: K.<t> = FunctionField(QQ)
1018-
<<<<<<< HEAD
1019-
sage: K.space_of_holomorphic_differentials() # optional - sage.modules
1020-
=======
10211018
sage: K.space_of_holomorphic_differentials() # needs sage.libs.pari sage.modules
1022-
>>>>>>> 0e22212ec9 (./sage -fixdoctests --distribution sagemath-categories --probe all --only-tags src/sage/rings/function_field)
10231019
(Vector space of dimension 0 over Rational Field,
10241020
Linear map:
10251021
From: Vector space of dimension 0 over Rational Field
@@ -1052,11 +1048,7 @@ def basis_of_holomorphic_differentials(self):
10521048
EXAMPLES::
10531049
10541050
sage: K.<t> = FunctionField(QQ)
1055-
<<<<<<< HEAD
1056-
sage: K.basis_of_holomorphic_differentials() # optional - sage.modules
1057-
=======
10581051
sage: K.basis_of_holomorphic_differentials() # needs sage.libs.pari sage.modules
1059-
>>>>>>> 0e22212ec9 (./sage -fixdoctests --distribution sagemath-categories --probe all --only-tags src/sage/rings/function_field)
10601052
[]
10611053
10621054
sage: K.<x> = FunctionField(GF(5)); _.<Y> = K[]

0 commit comments

Comments
 (0)