Remove methods with unnecessary super delegation.
This commit is contained in:
committed by
GitHub
parent
5456166b72
commit
fb2312e844
@@ -222,8 +222,6 @@ class AbsChunkedInputStream(InputStream, HaltListener):
|
||||
return self._decoded_length
|
||||
|
||||
class ChunkException(IOError):
|
||||
def __init__(self, cause):
|
||||
super().__init__(cause)
|
||||
|
||||
@staticmethod
|
||||
def from_stream_error(stream_error: int):
|
||||
|
||||
Reference in New Issue
Block a user