Skip to content

Commit 080b4b7

Browse files
authored
Merge pull request #6252 from LMFDB/autopep8-patches
Fixes by autopep8 action
2 parents 2f60f23 + bc5184f commit 080b4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lmfdb/abvar/fq/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ def extended_code(c):
670670
MathCol("angle_corank", "av.fq.angle_rank", "Angle corank", default=False),
671671
MathCol("curve_count", "av.fq.curve_point_counts", r"$\mathbb{F}_q$ points on curve", short_title="Fq points on curve", default=False),
672672
MathCol("curve_counts", "av.fq.curve_point_counts", r"$\mathbb{F}_{q^k}$ points on curve", short_title="Fq^k points on curve", default=False),
673-
MathCol("abvar_count", "ag.fq.point_counts", "$\mathbb{F}_q$ points on variety", short_title="Fq points on variety", default=False),
674-
MathCol("abvar_counts", "ag.fq.point_counts", "$\mathbb{F}_{q^k}$ points on variety", short_title="Fq^k points on variety", default=False),
673+
MathCol("abvar_count", "ag.fq.point_counts", r"$\mathbb{F}_q$ points on variety", short_title="Fq points on variety", default=False),
674+
MathCol("abvar_counts", "ag.fq.point_counts", r"$\mathbb{F}_{q^k}$ points on variety", short_title="Fq^k points on variety", default=False),
675675
MathCol("jacobian_count", "av.jacobian_count", "Jacobians", default=False),
676676
MathCol("hyp_count", "av.hyperelliptic_count", "Hyperelliptic Jacobians", default=False),
677677
MathCol("twist_count", "av.twist", "Num. twists", default=False),

0 commit comments

Comments
 (0)