mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 11:20:12 -04:00
Remove redundant init
This convoluted bit of code was doing the exact same thing as just inheriting from the parent class’s `__init__`.
This commit is contained in:
@@ -214,9 +214,6 @@ class TextNotReceivedForm(Form):
|
||||
|
||||
|
||||
class ServiceNameForm(Form):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(ServiceNameForm, self).__init__(*args, **kwargs)
|
||||
|
||||
name = StringField(
|
||||
u'Service name',
|
||||
validators=[
|
||||
|
||||
Reference in New Issue
Block a user