Skip to content

Commit ec28f89

Browse files
committed
remove unneeded import
1 parent 3a39323 commit ec28f89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def pad_right(T, length, zero=0):
125125
(1, 2, 3, 0, 0, 0, 0, 0, 0, 0)
126126
sage: pad_right((1, 2, 3), 2)
127127
(1, 2, 3)
128-
sage: from sage.combinat.k_regular_sequence import pad_right
129128
sage: pad_right([(1, 2), (3, 4)], 4, (0, 0))
130129
[(1, 2), (3, 4), (0, 0), (0, 0)]
131130

0 commit comments

Comments
 (0)