Fix useless-super-delegation pylint errors

This commit is contained in:
Philipp Hörist 2018-09-18 14:06:16 +02:00 committed by Philipp Hörist
parent 9baf4666b8
commit 20c5af5deb
1 changed files with 0 additions and 3 deletions

View File

@ -149,9 +149,6 @@ class SendingPage(RequestPage):
title = _('Register')
complete = False
def __init__(self):
super().__init__()
class FormPage(Gtk.Box):