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:
committed by
GitHub
parent
9c35e6362b
commit
bdc090e563
@@ -67,7 +67,8 @@ class VorbisOnlyAudioQuality(AudioQualityPicker):
|
|||||||
if vorbis is not None:
|
if vorbis is not None:
|
||||||
self.logger.warning(
|
self.logger.warning(
|
||||||
"Using {} because preferred {} couldn't be found.".format(
|
"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:
|
else:
|
||||||
self.logger.fatal(
|
self.logger.fatal(
|
||||||
"Couldn't find any Vorbis file, available: {}")
|
"Couldn't find any Vorbis file, available: {}")
|
||||||
|
|||||||
Reference in New Issue
Block a user