Format code with yapf

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

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/84617c1e-f44f-4f57-8da5-04836eaee6a0/
This commit is contained in:
deepsource-autofix[bot] 2022-03-10 11:00:51 +00:00 committed by GitHub
parent 287fbbc2d2
commit f5ca0f4d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ class AbsChunkedInputStream(io.BytesIO, HaltListener):
return self.__decoded_length
class ChunkException(IOError):
@staticmethod
def from_stream_error(stream_error: int):
return AbsChunkedInputStream \
@ -280,6 +281,7 @@ class AudioKeyManager(PacketsReceiver, Closeable):
return key
class Callback:
def key(self, key: bytes) -> None:
raise NotImplementedError