diff options
Diffstat (limited to 'searx/engines/google.py')
| -rw-r--r-- | searx/engines/google.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py index 0bf7fdb01..fd59a0e2e 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """This is the implementation of the Google WEB engine. Some of this implementations (manly the :py:obj:`get_google_info`) are shared by other engines: |