mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
duplicate assignment removed
This commit is contained in:
parent
e02d47a0d9
commit
5c9c5f6ebc
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue