Format code with yapf

This commit fixes the style issues introduced in 9c35e63 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/ba63481c-00f8-4a04-aaf3-cf434dc75352/
This commit is contained in:
deepsource-autofix[bot] 2021-10-20 12:15:06 +00:00 committed by GitHub
parent 9c35e6362b
commit bdc090e563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ class VorbisOnlyAudioQuality(AudioQualityPicker):
if vorbis is not None:
self.logger.warning(
"Using {} because preferred {} couldn't be found.".format(
Metadata.AudioFile.Format.Name(vorbis.format), self.preferred))
Metadata.AudioFile.Format.Name(vorbis.format),
self.preferred))
else:
self.logger.fatal(
"Couldn't find any Vorbis file, available: {}")