Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Aug 7, 2024
1 parent 273deee commit 78a42dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/flint/types/fq_default.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ cdef class fq_default(flint_scalar):
>>> gf(123).polynomial()
123
"""
cdef fmpz_mod_poly_ctx ctx
cdef fmpz_mod_poly pol

ring_ctx = fmpz_mod_poly_ctx(self.ctx.prime())
Expand Down Expand Up @@ -771,7 +770,7 @@ cdef class fq_default(flint_scalar):
return nrm

def frobenius(self, e=1):
"""
r"""
Evaluates the homomorphism `\Sigma^e` on ``self``.
>>> gf = fq_default_ctx(163, 3)
Expand Down

0 comments on commit 78a42dd

Please sign in to comment.