Skip to content

Commit 981822f

Browse files
committed
Remove unneeded call to super() in the controller's __init__()
1 parent 94ff0f9 commit 981822f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyqt-calculator-tutorial/pycalc/pycalc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class PyCalcCtrl:
126126

127127
def __init__(self, model, view):
128128
"""Controller initializer."""
129-
super(PyCalcCtrl, self).__init__()
130129
self._evaluate = model
131130
self._view = view
132131
# Connect signals and slots

0 commit comments

Comments
 (0)