Add return type in music.py

This commit is contained in:
Keith Edmunds 2023-10-18 08:54:15 +01:00
parent 8acd279cfe
commit 51a827093a

View File

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