From 3431f50737bf8c6ff4af869e8662f83eb7c90196 Mon Sep 17 00:00:00 2001 From: roed314 Date: Wed, 29 Nov 2023 19:22:55 +0000 Subject: [PATCH] autopep8 action fixes --- lmfdb/groups/abstract/web_groups.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lmfdb/groups/abstract/web_groups.py b/lmfdb/groups/abstract/web_groups.py index 626eb6cd40..9a547b57fc 100644 --- a/lmfdb/groups/abstract/web_groups.py +++ b/lmfdb/groups/abstract/web_groups.py @@ -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