summaryrefslogtreecommitdiff
path: root/searx/preferences.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-11 00:07:18 +0200
committerGitHub <noreply@github.com>2016-07-11 00:07:18 +0200
commitbaab6bcb9150c765c6e87a558388046ebc419017 (patch)
tree6288bcf3c597180bb2594a5f9f213aca8bf34737 /searx/preferences.py
parent678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff)
parentcd9b494cb5871b2011893f19647e7651fb0382b6 (diff)
Merge pull request #616 from stepshal/blank
Fix quantity of blank lines after code object.
Diffstat (limited to 'searx/preferences.py')
-rw-r--r--searx/preferences.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/preferences.py b/searx/preferences.py
index dd9133ddb..e19ae7502 100644
--- a/searx/preferences.py
+++ b/searx/preferences.py
@@ -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 = []