duplicate assignment removed

This commit is contained in:
Arthur Milchior 2020-07-20 06:47:47 +02:00
parent e02d47a0d9
commit 5c9c5f6ebc

View File

@ -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()