Skip to content

Commit

Permalink
Merge pull request LMFDB#5884 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
roed314 authored Feb 26, 2024
2 parents a58c45b + d2dc77b commit 9908972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lmfdb/number_fields/web_number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ def grd(self):
exact += r'\cdot '
return exact+r'\approx '+grd+'$'


# Return a nice string for the Galois group
def galois_string(self, cache=None):
if not self.haskey('galois_label'):
Expand Down

0 comments on commit 9908972

Please sign in to comment.