Remove methods with unnecessary super delegation.
This commit is contained in:
committed by
GitHub
parent
5456166b72
commit
fb2312e844
@@ -4,8 +4,6 @@ from librespot.standard.InputStream import InputStream
|
||||
|
||||
|
||||
class DataInputStream(FilterInputStream, DataInput):
|
||||
def __init__(self, input_stream: InputStream):
|
||||
super().__init__(input_stream)
|
||||
|
||||
def read(self,
|
||||
b: bytearray = None,
|
||||
|
||||
Reference in New Issue
Block a user