Remove methods with unnecessary super delegation.

This commit is contained in:
deepsource-autofix[bot]
2021-12-26 05:09:56 +00:00
committed by GitHub
parent 19ef0bf653
commit 901656443f

View File

@@ -261,8 +261,7 @@ class MercuryClient(Closeable, PacketsReceiver):
self.code = response.status_code
class PubSubException(MercuryException):
def __init__(self, response: MercuryClient.Response):
super().__init__(response)
pass
class Response:
uri: str