Skip to content
Snippets Groups Projects
Commit 6d39fac8d961 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[views] remove dead code, cosmetics

parent 4cf521aa4ac2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment