Skip to content

Commit d84e5f3

Browse files
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/
1 parent 3c2db24 commit d84e5f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

librespot/audio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,8 @@ def load_track(self, track_id_or_track: typing.Union[TrackId,
777777
file = audio_quality_picker.get_file(track.file)
778778
if file is None:
779779
self.logger.fatal(
780-
"Couldn't find any suitable audio file, available: {}".format(track.file))
780+
"Couldn't find any suitable audio file, available: {}".format(
781+
track.file))
781782
raise
782783
return self.load_stream(file, track, None, preload, halt_listener)
783784

0 commit comments

Comments
 (0)