Format code with yapf

This commit is contained in:
deepsource-autofix[bot] 2021-04-16 23:50:23 +00:00 committed by GitHub
parent fb2312e844
commit 42d44c5968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -222,7 +222,6 @@ class AbsChunkedInputStream(InputStream, HaltListener):
return self._decoded_length
class ChunkException(IOError):
@staticmethod
def from_stream_error(stream_error: int):
return AbsChunkedInputStream.ChunkException(

View File

@ -4,7 +4,6 @@ from librespot.standard.InputStream import InputStream
class DataInputStream(FilterInputStream, DataInput):
def read(self,
b: bytearray = None,
offset: int = None,