summaryrefslogtreecommitdiff
path: root/searx/engines/mojeek.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/mojeek.py')
-rw-r--r--searx/engines/mojeek.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/engines/mojeek.py b/searx/engines/mojeek.py
index 035279b06..1a454ca65 100644
--- a/searx/engines/mojeek.py
+++ b/searx/engines/mojeek.py
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""Mojeek (general, images, news)"""
-from typing import TYPE_CHECKING
-
from datetime import datetime
from urllib.parse import urlencode
from lxml import html
@@ -50,13 +48,6 @@ region_param = 'arc'
_delta_kwargs = {'day': 'days', 'week': 'weeks', 'month': 'months', 'year': 'years'}
-if TYPE_CHECKING:
- import logging
-
- logger = logging.getLogger()
-
-traits: EngineTraits
-
def init(_):
if search_type not in ('', 'images', 'news'):