Add return type in music.py
This commit is contained in:
parent
8acd279cfe
commit
51a827093a
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user