Skip to content

Commit 198a076

Browse files
authored
Merge pull request #6779 from LMFDB/autopep8-patches
Fixes by autopep8 action
2 parents 6b61ac3 + 9428ff6 commit 198a076

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

lmfdb/abvar/fq/isog_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, dbdata):
8686
dbdata["jacobian_count"] = None
8787
# New invariants: cyclicity and noncyclic primes
8888
if "is_cyclic" not in dbdata:
89-
dbdata["is_cyclic"] = None
89+
dbdata["is_cyclic"] = None
9090
if "noncyclic_primes" not in dbdata:
9191
dbdata["noncyclic_primes"] = []
9292
self.__dict__.update(dbdata)

lmfdb/abvar/fq/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def short_label(d):
562562
[count],
563563
]
564564

565-
566565
def search_types(self, info):
567566
return self._search_again(info, [
568567
('List', 'List of isogeny classes'),

lmfdb/abvar/fq/test_av.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,3 @@ def test_cyclic_group_of_points_display(self):
165165
"""
166166
page = self.tc.get("/Variety/Abelian/Fq/2/9/aj_bl").get_data(as_text=True)
167167
assert "Cyclic" in page
168-

lmfdb/abvar/fq/test_browse_page.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,3 @@ def test_search_noncyclic_primes(self):
338338
"/Variety/Abelian/Fq/?noncyclic_primes=2",
339339
">1.3.a<",
340340
)
341-
342-
343-

0 commit comments

Comments
 (0)