Merge pull request #121 from kokarare1212/deepsource-transform-b6c059fd
Format code with yapf
This commit is contained in:
@@ -216,6 +216,7 @@ class AbsChunkedInputStream(io.BytesIO, 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 \
|
return AbsChunkedInputStream \
|
||||||
@@ -280,6 +281,7 @@ class AudioKeyManager(PacketsReceiver, Closeable):
|
|||||||
return key
|
return key
|
||||||
|
|
||||||
class Callback:
|
class Callback:
|
||||||
|
|
||||||
def key(self, key: bytes) -> None:
|
def key(self, key: bytes) -> None:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user