diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-02-10 13:40:12 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-02-10 13:59:21 +0100 |
commit | 4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268 (patch) | |
tree | 81ff97768f1a4daf81618d52e9a15e500c992651 /searx/search | |
parent | 7320b0c796f2e9c297da67be5555acc90d1ee0d9 (diff) | |
download | searxng-4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268.tar.gz searxng-4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268.zip |
[mod] make python code pylint 2.16.1 compliant
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/search')
-rw-r--r-- | searx/search/processors/online.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/search/processors/online.py b/searx/search/processors/online.py index dd5d1e36b..242718416 100644 --- a/searx/search/processors/online.py +++ b/searx/search/processors/online.py @@ -4,6 +4,7 @@ """Processores for engine-type: ``online`` """ +# pylint: disable=use-dict-literal from timeit import default_timer import asyncio |