Skip to content

Commit f628e88

Browse files
authored
Merge pull request #6357 from LMFDB/autopep8-patches
Fixes by autopep8 action
2 parents 684fb1a + 296cc39 commit f628e88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lmfdb/bianchi_modular_forms/bianchi_modular_form.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ def download_bmf_magma(**args):
457457
outstr += '\nheckeEigenvalues := AssociativeArray();\n'
458458
outstr += 'for i in [1..#heckeEigenvaluesList] do\n heckeEigenvalues[primes[i]] := heckeEigenvaluesList[i];\nend for;\n'
459459

460-
461460
if f.have_AL:
462461
AL_eigs = f.AL_table_data
463462
outstr += '\nALEigenvalues := AssociativeArray();\n'

0 commit comments

Comments
 (0)