Merge pull request #105 from kokarare1212/deepsource-fix-21c3257a

Remove methods with unnecessary super delegation.
This commit is contained in:
こうから 2021-12-26 14:12:19 +09:00 committed by GitHub
commit bb44fd5fae
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