diff --git a/views.py b/views.py
index 4cf521aa4ac244d6ab84877266625542d524146d_dmlld3MucHk=..6d39fac8d9611cd50fcd688bc47fb11a6226f9e1_dmlld3MucHk= 100644
--- a/views.py
+++ b/views.py
@@ -39,8 +39,10 @@
         'creation_date': DateHistogramFacet(field='creation_date', interval='month'),
     }
 
-    def __init__(self, query=None, filters={},
-                 doc_types=None, index=None,
+    def __init__(self, query=None,
+                 filters={},
+                 doc_types=None,
+                 index=None,
                  parents_for=None,
                  children_for=None):
         if index: