diff --git a/qt/aqt/sound.py b/qt/aqt/sound.py index c90e8862f..c95fcf2f5 100644 --- a/qt/aqt/sound.py +++ b/qt/aqt/sound.py @@ -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]: