Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVSutherland committed May 27, 2024
1 parent 70e284f commit a609797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lmfdb/classical_modular_forms/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ def newform_parse(info, query):
query['is_largest'] = True
elif info['is_maximal_largest'] == 'notlargest':
query['is_largest'] = False
parse_bool(info, query, 'is_maximal')
parse_ints(info, query, 'hecke_ring_index')
parse_ints(info, query, 'hecke_ring_generator_nbound')
if 'projective_image_type' in info and not 'projective_image' in info:
Expand Down

0 comments on commit a609797

Please sign in to comment.