Skip to content

Commit d875307

Browse files
authored
Merge pull request #6444 from LMFDB/autopep8-patches
Fixes by autopep8 action
2 parents 24f2d2d + cb51114 commit d875307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lmfdb/siegel_modular_forms/siegel_modular_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def Sp4Z_j():
163163
def render_main_page(bread):
164164
fams = get_smf_families()
165165
fam_list = [c for c in fams
166-
if c.computes_dimensions() and
167-
c.name not in ["Sp4Z", "Sp4Z_2"]] # Sp4Z and Sp4Z_2 are sub-families of Sp4Z_j
166+
if c.computes_dimensions()
167+
and c.name not in ["Sp4Z", "Sp4Z_2"]] # Sp4Z and Sp4Z_2 are sub-families of Sp4Z_j
168168
info = {'family_list': fam_list, 'args': {}, 'number_of_samples': db.smf_samples.count()}
169169
return render_template('ModularForm_GSp4_Q_index.html', title='Siegel modular forms', bread=bread, info=info)
170170

0 commit comments

Comments
 (0)