Merge pull request #121 from kokarare1212/deepsource-transform-b6c059fd

Format code with yapf
This commit is contained in:
碧舞 すみほ 2022-03-11 07:48:05 +09:00 committed by GitHub
commit 0cee35a3ac
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