chore: Remove a useless super().__init__() call from PSStreamHandler
This commit is contained in:
parent
0c17410e18
commit
df8c79514a
@ -50,7 +50,6 @@ class PSStreamHandler:
|
||||
"""Packet stream handler"""
|
||||
|
||||
def __init__(self, req: int):
|
||||
super().__init__()
|
||||
self.req = req
|
||||
self.queue: Queue["PSMessage"] = Queue()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user