Skip to content

Commit 34b9b18

Browse files
author
Matthias Koeppe
committed
src/sage/coding/delsarte_bounds.py: Remove useless import in doctest
1 parent f1861a9 commit 34b9b18

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)