diff --git a/qt/aqt/reviewer.py b/qt/aqt/reviewer.py index 6c054e934..62a968599 100644 --- a/qt/aqt/reviewer.py +++ b/qt/aqt/reviewer.py @@ -716,9 +716,7 @@ time = %(time)d; for ease, label in self._answerButtonList(): buf += but(ease, label) buf += "" - script = """ -""" - return buf + script + return buf def _buttonTime(self, i: int) -> str: if not self.mw.col.conf["estTimes"]: