Skip to content

Commit ac57c74

Browse files
committed
fix E306
1 parent 721289f commit ac57c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/combinat/regular_sequence_bounded.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ def make_positive(matrices):
402402
ValueError: There is a matrix which is neither non-negative nor non-positive.
403403
"""
404404
from sage.arith.srange import srange
405+
405406
def do(mat):
406407
if is_non_negative(mat):
407408
return mat

0 commit comments

Comments
 (0)