From bf3562841a0ddd31beecb24a7b2b60f0f4110703 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Feb 2020 21:21:36 +1000 Subject: [PATCH] formatting fix --- pylib/anki/stats.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pylib/anki/stats.py b/pylib/anki/stats.py index e89bc7e53..bfb7473ca 100644 --- a/pylib/anki/stats.py +++ b/pylib/anki/stats.py @@ -276,8 +276,11 @@ from revlog where id > ? """ def _dueInfo(self, tot, num) -> str: i: List[str] = [] - self._line(i, _("Total"), - self.col.backend.translate(StringsGroup.STATISTICS, "reviews", reviews=tot)) + self._line( + i, + _("Total"), + self.col.backend.translate(StringsGroup.STATISTICS, "reviews", reviews=tot), + ) self._line(i, _("Average"), self._avgDay(tot, num, _("reviews"))) tomorrow = self.col.db.scalar( f"""