Skip to content

Commit ce739e5

Browse files
committed
Cleanup: remove redundant __init__ method.
1 parent ff1d9f9 commit ce739e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pywisetransfer/deprecation.py

-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ def __call__(self, *args, **kwargs):
3131
exec(
3232
f"""
3333
class deprecated(deprecated):
34-
def __init__(self, *args, **kwargs):
35-
super().__init__(*args, **kwargs)
36-
3734
@staticmethod
3835
def {f.__name__}(*args, **kwargs):
3936
self._emit_warning()

0 commit comments

Comments
 (0)