Skip to content

Commit 3be71bd

Browse files
committed
Remove unnecessary super()'ing of init on exception
1 parent dcbdeb5 commit 3be71bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pydvdcss/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
class PyDvdCssException(Exception):
22
"""Base exception for the pydvdcss project."""
3-
def __init__(self, *args):
4-
super(PyDvdCssException).__init__(self, *args)
53

64

75
class LibDvdCssNotFound(PyDvdCssException):

0 commit comments

Comments
 (0)