Remove methods with unnecessary super delegation.
This commit is contained in:
committed by
GitHub
parent
5456166b72
commit
fb2312e844
@@ -19,5 +19,4 @@ class SpotifyId:
|
||||
pass
|
||||
|
||||
class SpotifyIdParsingException(Exception):
|
||||
def __init__(self, cause):
|
||||
super().__init__(cause)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user