Skip to content

Commit 0547c9d

Browse files
Bruno-TTdimpase
authored andcommitted
remove unused function argument
1 parent ad6faea commit 0547c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/groups/matrix_gps/finitely_generated_gap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def invariants_of_degree(self, deg, chi=None, R=None):
905905
break
906906
return list(inv)
907907

908-
def _new_invariant_is_linearly_independent(F, invariants, R):
908+
def _new_invariant_is_linearly_independent(F, invariants):
909909
"""
910910
EXAMPLES ::
911911
sage: gens = [matrix(QQ, [[-1,1],[-1,0]]), matrix(QQ, [[0,1],[1,0]])]

0 commit comments

Comments
 (0)