formatting fix

This commit is contained in:
Damien Elmes 2020-02-21 21:21:36 +10:00
parent 6fd3d1e8b4
commit bf3562841a

View File

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