summaryrefslogtreecommitdiff
path: root/searx/shared/shared_uwsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/shared/shared_uwsgi.py')
-rw-r--r--searx/shared/shared_uwsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/shared/shared_uwsgi.py b/searx/shared/shared_uwsgi.py
index 4a6b0a15..0248c623 100644
--- a/searx/shared/shared_uwsgi.py
+++ b/searx/shared/shared_uwsgi.py
@@ -2,7 +2,7 @@
import time
from typing import Optional
-import uwsgi # pylint: disable=E0401
+import uwsgi # pyright: ignore # pylint: disable=E0401
from . import shared_abstract