Skip to content

Commit

Permalink
Merge pull request #6072 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
AndrewVSutherland authored May 26, 2024
2 parents 7fcfd43 + 5749b61 commit 071d6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/groups/abstract/web_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,7 @@ def sub(self):
'aut_group': self.aut_label, 'aut_order': None,
'pgroup':len(ZZ(order).abs().factor())==1})
return newgroup
if self.subgroup_order == 6561:
if self.subgroup_order == 6561:
gp = WebAbstractGroup(self.subgroup, None)
if gp.source == "Missing":
order = self.subgroup_order
Expand Down

0 comments on commit 071d6d1

Please sign in to comment.