Merge pull request #950 from MaximAbramchuck/remove-unused-variable

Remove unused variable
This commit is contained in:
Damien Elmes 2021-01-27 19:44:31 +10:00 committed by GitHub
commit c0d5fb9d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -74,6 +74,7 @@ Guillem Palau Salvà <guillempalausalva@gmail.com>
Meredith Derecho <meredithderecho@gmail.com>
Daniel Wallgren <github.com/wallgrenen>
Kerrick Staley <kerrick@kerrickstaley.com>
Maksim Abramchuk <maximabramchuck@gmail.com>
********************

View file

@ -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