Skip to content

Commit bb44fd5

Browse files
authored
Merge pull request #105 from kokarare1212/deepsource-fix-21c3257a
Remove methods with unnecessary super delegation.
2 parents 19ef0bf + 9016564 commit bb44fd5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

librespot/mercury.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ def __init__(self, response: MercuryClient.Response):
261261
self.code = response.status_code
262262

263263
class PubSubException(MercuryException):
264-
def __init__(self, response: MercuryClient.Response):
265-
super().__init__(response)
264+
pass
266265

267266
class Response:
268267
uri: str

0 commit comments

Comments
 (0)