mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 21:36:55 -05:00
Remove unused variable
This commit is contained in:
parent
322788133b
commit
0eb653559a
1 changed files with 0 additions and 1 deletions
|
|
@ -1226,7 +1226,6 @@ due = (case when odue>0 then odue else due end), odue = 0, odid = 0, usn = ? whe
|
|||
##########################################################################
|
||||
|
||||
def _updateCutoff(self) -> None:
|
||||
oldToday = self.today
|
||||
timing = self._timing_today()
|
||||
self.today = timing.days_elapsed
|
||||
self.dayCutoff = timing.next_day_at
|
||||
|
|
|
|||
Loading…
Reference in a new issue