Add return type in music.py

This commit is contained in:
Keith Edmunds 2023-10-18 08:54:15 +01:00
parent 282e4476a9
commit da751ee530

View File

@ -24,7 +24,7 @@ class FadeTrack(QRunnable):
self.player = player self.player = player
self.fade_seconds = fade_seconds self.fade_seconds = fade_seconds
def run(self): def run(self) -> None:
""" """
Implementation of fading the player Implementation of fading the player
""" """