mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Merge pull request #950 from MaximAbramchuck/remove-unused-variable
Remove unused variable
This commit is contained in:
commit
c0d5fb9d31
2 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,7 @@ Guillem Palau Salvà <guillempalausalva@gmail.com>
|
||||||
Meredith Derecho <meredithderecho@gmail.com>
|
Meredith Derecho <meredithderecho@gmail.com>
|
||||||
Daniel Wallgren <github.com/wallgrenen>
|
Daniel Wallgren <github.com/wallgrenen>
|
||||||
Kerrick Staley <kerrick@kerrickstaley.com>
|
Kerrick Staley <kerrick@kerrickstaley.com>
|
||||||
|
Maksim Abramchuk <maximabramchuck@gmail.com>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -1226,7 +1226,6 @@ due = (case when odue>0 then odue else due end), odue = 0, odid = 0, usn = ? whe
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
def _updateCutoff(self) -> None:
|
def _updateCutoff(self) -> None:
|
||||||
oldToday = self.today
|
|
||||||
timing = self._timing_today()
|
timing = self._timing_today()
|
||||||
self.today = timing.days_elapsed
|
self.today = timing.days_elapsed
|
||||||
self.dayCutoff = timing.next_day_at
|
self.dayCutoff = timing.next_day_at
|
||||||
|
|
Loading…
Reference in a new issue