Skip to content

Commit 477e601

Browse files
Matthias Koeppedimpase
authored andcommitted
src/sage/coding/delsarte_bounds.py: Remove useless import in doctest
1 parent 7bab7f2 commit 477e601

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/coding/delsarte_bounds.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ def _delsarte_Q_LP_building(q, d, solver, isinteger):
602602
EXAMPLES::
603603
604604
sage: from sage.coding.delsarte_bounds import _delsarte_Q_LP_building
605-
sage: from sage.all import *
606605
sage: q = Matrix([[codes.bounds.krawtchouk(6,2,i,j) for j in range(7)] for i in range(7)])
607606
sage: _, p = _delsarte_Q_LP_building(q, 2, "PPL", False)
608607
sage: p.show()

0 commit comments

Comments
 (0)