mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -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):
|
class ServiceNameForm(Form):
|
||||||
def __init__(self, *args, **kwargs):
|
|
||||||
super(ServiceNameForm, self).__init__(*args, **kwargs)
|
|
||||||
|
|
||||||
name = StringField(
|
name = StringField(
|
||||||
u'Service name',
|
u'Service name',
|
||||||
validators=[
|
validators=[
|
||||||
|
|||||||
Reference in New Issue
Block a user