Format code with yapf

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

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/be8d92d8-4cc2-4865-94f6-a55f638282f5/
This commit is contained in:
deepsource-autofix[bot]
2021-05-26 11:46:00 +00:00
committed by GitHub
parent b96b369c3c
commit a702e60bf1
3 changed files with 4 additions and 5 deletions

View File

@@ -52,8 +52,7 @@ class AudioKeyManager(PacketsReceiver):
return self.get_audio_key(gid, file_id, False)
raise RuntimeError(
"Failed fetching audio key! gid: {}, fileId: {}".format(
Utils.bytes_to_hex(gid),
Utils.bytes_to_hex(file_id)))
Utils.bytes_to_hex(gid), Utils.bytes_to_hex(file_id)))
return key