From 5c9c5f6ebc2c07e89aed2df3e6009c38f53ac2a6 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Mon, 20 Jul 2020 06:47:47 +0200 Subject: [PATCH] duplicate assignment removed --- pylib/tests/test_schedv1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylib/tests/test_schedv1.py b/pylib/tests/test_schedv1.py index f6fb63a40..e43b1b221 100644 --- a/pylib/tests/test_schedv1.py +++ b/pylib/tests/test_schedv1.py @@ -680,7 +680,6 @@ def test_cram(): c2.id = 0 c2.ord = 1 c2.due = 325 - c2.col = c.col c2.flush() # should be able to answer it c = col.sched.getCard()