Format code with yapf

This commit fixes the style issues introduced in 3c2db24 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/1772140d-dcbe-46ec-86d6-ba7db3aa7180/
This commit is contained in:
deepsource-autofix[bot] 2021-10-20 22:00:45 +00:00 committed by GitHub
parent 3c2db2421c
commit d84e5f38a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -777,7 +777,8 @@ class PlayableContentFeeder:
file = audio_quality_picker.get_file(track.file)
if file is None:
self.logger.fatal(
"Couldn't find any suitable audio file, available: {}".format(track.file))
"Couldn't find any suitable audio file, available: {}".format(
track.file))
raise
return self.load_stream(file, track, None, preload, halt_listener)