summaryrefslogtreecommitdiff
path: root/searx/engines/google.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/google.py')
-rw-r--r--searx/engines/google.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py
index 73cc5c88c..171aca2f4 100644
--- a/searx/engines/google.py
+++ b/searx/engines/google.py
@@ -10,9 +10,6 @@ engines:
- :ref:`google autocomplete`
"""
-from __future__ import annotations
-
-from typing import TYPE_CHECKING
import re
import random
@@ -31,13 +28,6 @@ from searx.exceptions import SearxEngineCaptchaException
from searx.enginelib.traits import EngineTraits
from searx.result_types import EngineResults
-if TYPE_CHECKING:
- import logging
-
- logger: logging.Logger
-
-traits: EngineTraits
-
# about
about = {