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

Commit

Permalink
32686: Remove unused imports and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
guojing0 committed Oct 6, 2022
1 parent 98a4676 commit c4aab9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/sage/schemes/projective/proj_bdd_height.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def points_of_bounded_height(PN, K, dim, bound, prec=53):
else:
K_degree = K.degree()

K_embeddings = K.places(prec=prec)
roots_of_unity = K.roots_of_unity()
unit_tuples = list(itertools.product(roots_of_unity, repeat=dim))

Expand All @@ -204,8 +203,6 @@ def points_of_bounded_height(PN, K, dim, bound, prec=53):
Reals = RealField(prec)
logB = Reals(bound).log()

points_of_bdd_height = []

class_group_ideals = [c.ideal() for c in K.class_group()]
class_number = len(class_group_ideals)

Expand Down
1 change: 0 additions & 1 deletion src/sage/schemes/projective/projective_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
# ****************************************************************************

from sage.arith.misc import gcd, binomial
from sage.arith.srange import srange

from sage.rings.finite_rings.finite_field_constructor import is_FiniteField
from sage.rings.integer import Integer
Expand Down

0 comments on commit c4aab9f

Please sign in to comment.