Skip to content

Commit

Permalink
Merge pull request #5754 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
roed314 authored Nov 30, 2023
2 parents 514b106 + 3431f50 commit c6ef3d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lmfdb/groups/abstract/web_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1893,8 +1893,7 @@ def sort_key(typ):
inc_matrix = 1
output_strg = output_strg + "\n" + self.representation_line(rep_type,inc_matrix)
return output_strg



def is_null(self):
return self._data is None

Expand Down

0 comments on commit c6ef3d4

Please sign in to comment.