Skip to content

Commit bdc090e

Browse files
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/
1 parent 9c35e63 commit bdc090e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

librespot/audio/decoders.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def get_file(self, files: typing.List[Metadata.AudioFile]):
6767
if vorbis is not None:
6868
self.logger.warning(
6969
"Using {} because preferred {} couldn't be found.".format(
70-
Metadata.AudioFile.Format.Name(vorbis.format), self.preferred))
70+
Metadata.AudioFile.Format.Name(vorbis.format),
71+
self.preferred))
7172
else:
7273
self.logger.fatal(
7374
"Couldn't find any Vorbis file, available: {}")

0 commit comments

Comments
 (0)