- def __init__(self, form):
- super(JSONFormInvalid, self).__init__(form.errors, status = 400)
-
-class JSONServerError(JSONResponse):
+ def __init__(self, form):
+ super(JSONFormInvalid, self).__init__(form.errors, status=400)
+
+
+class JSONServerError(JSONResponse):