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