diff options
Diffstat (limited to 'searx/engines/google_scholar.py')
-rw-r--r-- | searx/engines/google_scholar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py index 8d11c956f..8b47360a8 100644 --- a/searx/engines/google_scholar.py +++ b/searx/engines/google_scholar.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """This is the implementation of the Google Scholar engine. Compared to other Google services the Scholar engine has a simple GET REST-API |