summaryrefslogtreecommitdiff
path: root/searx/results.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-10 21:44:27 +0700
committerstepshal <nessento@openmailbox.org>2016-07-10 21:44:27 +0700
commitcd9b494cb5871b2011893f19647e7651fb0382b6 (patch)
tree6288bcf3c597180bb2594a5f9f213aca8bf34737 /searx/results.py
parent678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff)
downloadsearxng-cd9b494cb5871b2011893f19647e7651fb0382b6.tar.gz
searxng-cd9b494cb5871b2011893f19647e7651fb0382b6.zip
Fix quantity of blank lines after code object.
Diffstat (limited to 'searx/results.py')
-rw-r--r--searx/results.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/results.py b/searx/results.py
index dcd966ef7..4bb0de0d8 100644
--- a/searx/results.py
+++ b/searx/results.py
@@ -91,6 +91,7 @@ def result_score(result):
class ResultContainer(object):
"""docstring for ResultContainer"""
+
def __init__(self):
super(ResultContainer, self).__init__()
self.results = defaultdict(list)