mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 12:33:55 -05:00
Fix: # type: ignore
This commit is contained in:
parent
dcdd6d7ebc
commit
acf471127f
1 changed files with 1 additions and 1 deletions
|
|
@ -1268,7 +1268,7 @@ class SvelteReviewer(Reviewer):
|
||||||
|
|
||||||
def show(self) -> None:
|
def show(self) -> None:
|
||||||
self._initWeb()
|
self._initWeb()
|
||||||
self.mw.setStateShortcuts(self._shortcutKeys())
|
self.mw.setStateShortcuts(self._shortcutKeys()) # type: ignore
|
||||||
|
|
||||||
def _remaining(self) -> str:
|
def _remaining(self) -> str:
|
||||||
if not self.mw.col.conf["dueCounts"]:
|
if not self.mw.col.conf["dueCounts"]:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue