diff options
Diffstat (limited to 'searx/botdetection/http_accept_encoding.py')
| -rw-r--r-- | searx/botdetection/http_accept_encoding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/botdetection/http_accept_encoding.py b/searx/botdetection/http_accept_encoding.py index e0c03cc73..4f9e28858 100644 --- a/searx/botdetection/http_accept_encoding.py +++ b/searx/botdetection/http_accept_encoding.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """ Method ``http_accept_encoding`` ------------------------------- |