diff options
| -rw-r--r-- | searx/engines/9gag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/9gag.py b/searx/engines/9gag.py index b142adc0e..8fa909942 100644 --- a/searx/engines/9gag.py +++ b/searx/engines/9gag.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # lint: pylint -# pylint: disable=C0103 +# pylint: disable=invalid-name """9GAG (social media)""" from json import loads |