mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make pylint happy
This commit is contained in:
parent
cfa0f65311
commit
0ad6e8b58e
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ class Player(ABC):
|
|||
gui_hooks.av_player_did_begin_playing(self, tag)
|
||||
on the main thread after playback begins.
|
||||
"""
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def rank_for_tag(self, tag: AVTag) -> Optional[int]:
|
||||
|
|
Loading…
Reference in a new issue