Skip to content

Commit 447c4f4

Browse files
authored
Merge pull request #87 from kokarare1212/deepsource-transform-dfe0093b
Format code with yapf
2 parents 3c2db24 + d84e5f3 commit 447c4f4

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)