Skip to content

Commit

Permalink
autopep8 action fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 authored Nov 29, 2023
1 parent 514b106 commit 3431f50
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 3431f50

Please sign in to comment.