Fix useless-super-delegation pylint errors
This commit is contained in:
parent
9baf4666b8
commit
20c5af5deb
1 changed files with 0 additions and 3 deletions
|
@ -149,9 +149,6 @@ class SendingPage(RequestPage):
|
|||
title = _('Register')
|
||||
complete = False
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
||||
|
||||
class FormPage(Gtk.Box):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue