diff options
author | ta <alt3753.7@gmail.com> | 2022-08-22 18:27:35 +0700 |
---|---|---|
committer | ta <alt3753.7@gmail.com> | 2022-08-22 18:27:35 +0700 |
commit | d22f4690106777aafc4f2d19e11ca0a4f802c2fa (patch) | |
tree | 01dd7aecdce147483419d7298bcb542efaa3b954 /searx/engines/9gag.py | |
parent | dd9127492f85dc5cfa25fbb5351735ea2190b058 (diff) | |
download | searxng-d22f4690106777aafc4f2d19e11ca0a4f802c2fa.tar.gz searxng-d22f4690106777aafc4f2d19e11ca0a4f802c2fa.zip |
use `invalid-name` instead of `C0103` for pylint
Diffstat (limited to 'searx/engines/9gag.py')
-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 |