Skip to content

Commit c844be7

Browse files
committed
E252 - Missing whitespace around parameter equals.
1 parent 084bc05 commit c844be7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lmfdb/number_fields/web_number_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ def get_local_algebras(self):
982982
LF = db.lf_fields.lookup(lab)
983983
f = latex(R(LF['coeffs']))
984984
p = LF['p']
985-
gglabel=LF.get('galois_label')
985+
gglabel = LF.get('galois_label')
986986
if gglabel:
987987
gglabel = transitive_group_display_knowl(gglabel)
988988
else:

0 commit comments

Comments
 (0)