Skip to content

Commit fc26616

Browse files
committed
Fix lint
1 parent f44e081 commit fc26616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/schemes/curves/projective_curve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,10 @@ def ordinary_model(self):
14491449
+ (1/16*a + 1/16)*x*y*z^2 + (3/16*a + 3/16)*y^2*z^2
14501450
+ (-3/16*a - 1/4)*y*z^3 + (1/16*a + 3/32)*z^4)
14511451
"""
1452-
# helper function for extending the base field
1453-
14541452
from sage.rings.qqbar import number_field_elements_from_algebraics, QQbar
1453+
14551454
def extension(self):
1455+
# helper function for extending the base field
14561456
F = self.base_ring()
14571457
pts = self.change_ring(F.embeddings(QQbar)[0]).rational_points()
14581458
L = [t for pt in pts for t in pt]

0 commit comments

Comments
 (0)