Fix quantity of blank lines after code object.
This commit is contained in:
@@ -8,6 +8,7 @@ paging = True
|
||||
|
||||
|
||||
class FilecropResultParser(HTMLParser):
|
||||
|
||||
def __init__(self):
|
||||
HTMLParser.__init__(self)
|
||||
self.__start_processing = False
|
||||
|
||||
@@ -166,6 +166,7 @@ class SwitchableSetting(Setting):
|
||||
|
||||
|
||||
class EnginesSetting(SwitchableSetting):
|
||||
|
||||
def _post_init(self):
|
||||
super(EnginesSetting, self)._post_init()
|
||||
transformed_choices = []
|
||||
@@ -191,6 +192,7 @@ class EnginesSetting(SwitchableSetting):
|
||||
|
||||
|
||||
class PluginsSetting(SwitchableSetting):
|
||||
|
||||
def _post_init(self):
|
||||
super(PluginsSetting, self)._post_init()
|
||||
transformed_choices = []
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -74,6 +74,7 @@ def highlight_content(content, query):
|
||||
|
||||
|
||||
class HTMLTextExtractor(HTMLParser):
|
||||
|
||||
def __init__(self):
|
||||
HTMLParser.__init__(self)
|
||||
self.result = []
|
||||
|
||||
@@ -735,6 +735,7 @@ class ReverseProxyPathFix(object):
|
||||
|
||||
:param app: the WSGI application
|
||||
'''
|
||||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user