make pylint happy

This commit is contained in:
Damien Elmes 2020-01-22 15:37:58 +10:00
parent cfa0f65311
commit 0ad6e8b58e

View file

@ -42,7 +42,6 @@ class Player(ABC):
gui_hooks.av_player_did_begin_playing(self, tag) gui_hooks.av_player_did_begin_playing(self, tag)
on the main thread after playback begins. on the main thread after playback begins.
""" """
pass
@abstractmethod @abstractmethod
def rank_for_tag(self, tag: AVTag) -> Optional[int]: def rank_for_tag(self, tag: AVTag) -> Optional[int]: