diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-26 22:58:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 22:58:44 +0200 |
| commit | 9b482e8fccfc5e5504e4c8abdb60ce5c11678018 (patch) | |
| tree | 3aead7d855f950ef90d3ad7588fb2c8a2d73ccd9 /searx/engines/google.py | |
| parent | e6deddbc70647afe71002206ca3bb049d779c732 (diff) | |
| parent | a92a4cb443e9bce0b06d938b28d51b44232de0f0 (diff) | |
Merge pull request #31 from return42/mod-pylint
[pylint] get PYLINT_FILES from tag '# lint: pylint'
Diffstat (limited to 'searx/engines/google.py')
| -rw-r--r-- | searx/engines/google.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/google.py b/searx/engines/google.py index a4aee5c20..92c9e1399 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -1,4 +1,5 @@ # SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint """Google (Web) For detailed description of the *REST-full* API see: `Query Parameter |