Skip to content

Commit

Permalink
Merge pull request #6192 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
edgarcosta authored Sep 27, 2024
2 parents 6f673a3 + 71c903c commit 9db686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/number_fields/number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def __init__(self):
[count, is_minimal_sibling]]

self.refine_array = [
[degree, signature, num_ram, ram_primes, ur_primes ],
[degree, signature, num_ram, ram_primes, ur_primes ],
[gal, is_galois, subfield, class_group, class_number],
[discriminant, rd, grd, cm_field, relative_class_number],
[regulator, completion, monogenic, index, inessentialprimes],
Expand Down

0 comments on commit 9db686c

Please sign in to comment.