Fix useless-super-delegation pylint errors
This commit is contained in:
parent
9baf4666b8
commit
20c5af5deb
|
@ -149,9 +149,6 @@ class SendingPage(RequestPage):
|
|||
title = _('Register')
|
||||
complete = False
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
||||
class FormPage(Gtk.Box):
|
||||
|
||||
|
|
Loading…
Reference in New Issue