Remove methods with unnecessary super delegation.

This commit is contained in:
deepsource-autofix[bot]
2021-04-16 23:50:13 +00:00
committed by GitHub
parent 5456166b72
commit fb2312e844
6 changed files with 3 additions and 16 deletions

View File

@@ -19,5 +19,4 @@ class SpotifyId:
pass
class SpotifyIdParsingException(Exception):
def __init__(self, cause):
super().__init__(cause)
pass