mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
pycodestyle check
This commit is contained in:
parent
ac05f0943c
commit
32cefc7101
3 changed files with 26 additions and 13 deletions
|
|
@ -1,5 +1,12 @@
|
|||
from searxng.preferences import (EnumStringSetting, MapSetting, MissingArgumentException, SearchLanguageSetting,
|
||||
MultipleChoiceSetting, PluginsSetting, ValidationException)
|
||||
from searxng.preferences import (
|
||||
EnumStringSetting,
|
||||
MapSetting,
|
||||
MissingArgumentException,
|
||||
SearchLanguageSetting,
|
||||
MultipleChoiceSetting,
|
||||
PluginsSetting,
|
||||
ValidationException
|
||||
)
|
||||
from tests import SearxTestCase
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue