From 0eb653559a73fa95da117d351cc9378526984343 Mon Sep 17 00:00:00 2001 From: Maksim Abramchuk Date: Tue, 26 Jan 2021 21:37:16 +0000 Subject: [PATCH] Remove unused variable --- pylib/anki/schedv2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylib/anki/schedv2.py b/pylib/anki/schedv2.py index 21d2c79ed..86c5073cd 100644 --- a/pylib/anki/schedv2.py +++ b/pylib/anki/schedv2.py @@ -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