summaryrefslogtreecommitdiff
path: root/searx/engines/google_images.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/google_images.py')
-rw-r--r--searx/engines/google_images.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py
index 19374387a..3baf29373 100644
--- a/searx/engines/google_images.py
+++ b/searx/engines/google_images.py
@@ -13,8 +13,6 @@ This internal API offer results in
.. _Protobuf: https://en.wikipedia.org/wiki/Protocol_Buffers
"""
-from typing import TYPE_CHECKING
-
from urllib.parse import urlencode
from json import loads
@@ -25,14 +23,6 @@ from searx.engines.google import (
detect_google_sorry,
)
-if TYPE_CHECKING:
- import logging
- from searx.enginelib.traits import EngineTraits
-
- logger: logging.Logger
- traits: EngineTraits
-
-
# about
about = {
"website": 'https://images.google.com',