summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-02-10 13:40:12 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2023-02-10 13:59:21 +0100
commit4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268 (patch)
tree81ff97768f1a4daf81618d52e9a15e500c992651 /searx/webapp.py
parent7320b0c796f2e9c297da67be5555acc90d1ee0d9 (diff)
downloadsearxng-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-xsearx/webapp.py2
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