mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
Fix quantity of blank lines after code object.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user