mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
be explicit that the method is a no-op
This commit is contained in:
parent
f5e0ad8fad
commit
de79087620
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ class MultiCardPreviewer(Previewer):
|
|||
self._on_prev_card()
|
||||
|
||||
def _on_prev_card(self):
|
||||
...
|
||||
pass
|
||||
|
||||
def _on_next(self):
|
||||
if self._state == "question":
|
||||
|
@ -238,7 +238,7 @@ class MultiCardPreviewer(Previewer):
|
|||
self._on_next_card()
|
||||
|
||||
def _on_next_card(self):
|
||||
...
|
||||
pass
|
||||
|
||||
def _updateButtons(self):
|
||||
if not self._open:
|
||||
|
|
Loading…
Reference in a new issue