Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarcosta authored Aug 13, 2024
1 parent 0f78908 commit 86e60bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lmfdb/groups/abstract/web_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1918,7 +1918,8 @@ def _matrix_coefficient_data(self, rep_type, as_str=False):
if as_str:
R = rf"\F_{{{q}}}"
else:
R = GF(q, modulus = "primitive", names=('a',)); (a,) = R._first_ngens(1)
R = GF(q, modulus = "primitive", names=('a',))
(a,) = R._first_ngens(1)
N, k = q.is_prime_power(get_data=True)
if k == 1:
# Might happen for Lie
Expand Down

0 comments on commit 86e60bb

Please sign in to comment.