Format code with yapf
This commit is contained in:
committed by
GitHub
parent
fb2312e844
commit
42d44c5968
@@ -222,7 +222,6 @@ class AbsChunkedInputStream(InputStream, HaltListener):
|
|||||||
return self._decoded_length
|
return self._decoded_length
|
||||||
|
|
||||||
class ChunkException(IOError):
|
class ChunkException(IOError):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_stream_error(stream_error: int):
|
def from_stream_error(stream_error: int):
|
||||||
return AbsChunkedInputStream.ChunkException(
|
return AbsChunkedInputStream.ChunkException(
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ from librespot.standard.InputStream import InputStream
|
|||||||
|
|
||||||
|
|
||||||
class DataInputStream(FilterInputStream, DataInput):
|
class DataInputStream(FilterInputStream, DataInput):
|
||||||
|
|
||||||
def read(self,
|
def read(self,
|
||||||
b: bytearray = None,
|
b: bytearray = None,
|
||||||
offset: int = None,
|
offset: int = None,
|
||||||
|
|||||||
Reference in New Issue
Block a user