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/webapp.py | |
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/webapp.py')
-rwxr-xr-x | searx/webapp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index d9ca3941c..07225908c 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -5,6 +5,8 @@ """WebbApp """ +# pylint: disable=use-dict-literal + import hashlib import hmac import json |