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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

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