Fix: # type: ignore

This commit is contained in:
Luc Mcgrady 2025-11-24 12:00:16 +00:00
parent dcdd6d7ebc
commit acf471127f
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -1268,7 +1268,7 @@ class SvelteReviewer(Reviewer):
def show(self) -> None:
self._initWeb()
self.mw.setStateShortcuts(self._shortcutKeys())
self.mw.setStateShortcuts(self._shortcutKeys()) # type: ignore
def _remaining(self) -> str:
if not self.mw.col.conf["dueCounts"]: