mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove obsolete cardsDueSoon
This commit is contained in:
parent
deed322c53
commit
e3805476af
1 changed files with 0 additions and 5 deletions
|
@ -618,11 +618,6 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
|
|||
if genToday(self) != self._dailyStats.day:
|
||||
self._dailyStats = dailyStats(self)
|
||||
|
||||
def cardsDueSoon(self, ratio=0.1, minInt=0, maxInt=0):
|
||||
"Return ids of cards near their expiration date."
|
||||
#FIXME: implement
|
||||
pass
|
||||
|
||||
def resetAfterReviewEarly(self):
|
||||
if self.reviewedAheadCards:
|
||||
self.updatePriorities(self.reviewedAheadCards)
|
||||
|
|
Loading…
Reference in a new issue