Skip to content

Commit

Permalink
Merge pull request #5683 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
edgarcosta authored Oct 11, 2023
2 parents 6416042 + 92add0a commit 30c1cbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lmfdb/belyi/web_belyi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from lmfdb.number_fields.web_number_field import WebNumberField
from lmfdb.galois_groups.transitive_group import transitive_group_display_knowl
from sage.all import gcd, latex, CC, QQ, FractionField, PolynomialRing
from lmfdb.utils import (names_and_urls, prop_int_pretty, raw_typeset,
from lmfdb.utils import (names_and_urls, prop_int_pretty, raw_typeset,
web_latex, compress_expression)
from flask import url_for
import re
Expand Down Expand Up @@ -285,8 +285,6 @@ def __init__(self, galmap, triple=None):
curve_ref += 'genus 2'
curve_ref += rf' curve with label <a href="{url}">{data["curve_label"]}</a>'



# curve equations
crv_str = galmap["curve"]
if crv_str == "PP1":
Expand Down

0 comments on commit 30c1cbb

Please sign in to comment.