Fix useless-super-delegation pylint errors

This commit is contained in:
Philipp Hörist 2018-09-18 14:06:16 +02:00
parent 8483ba503f
commit a77804f475
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):