formatting fix
This commit is contained in:
parent
6fd3d1e8b4
commit
bf3562841a
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user