summaryrefslogtreecommitdiff
path: root/searx/search/checker/background.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search/checker/background.py')
-rw-r--r--searx/search/checker/background.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/checker/background.py b/searx/search/checker/background.py
index f47e7d752..f8dfed4fa 100644
--- a/searx/search/checker/background.py
+++ b/searx/search/checker/background.py
@@ -16,7 +16,7 @@ from searx import logger, settings, searx_debug
from searx.exceptions import SearxSettingsException
from searx.search.processors import PROCESSORS
from searx.search.checker import Checker
-from searx.shared import schedule, storage
+from searx.shared import schedule, storage # pyright: ignore
CHECKER_RESULT = 'CHECKER_RESULT'