Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0059b80 authored by Markus Heiser's avatar Markus Heiser
Browse files

[pylint] engines: drop no longer needed 'missing-function-docstring'

parent 5c867543
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: AGPL-3.0-or-later
# lint: pylint
# pylint: disable=missing-function-docstring
"""This module implements the engine loader.

Load and initialize the ``engines``, see :py:func:`load_engines` and register
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
"""APKMirror
"""

# pylint: disable=invalid-name, missing-function-docstring
# pylint: disable=invalid-name

from urllib.parse import urlencode
from lxml import html
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ Explore thousands of artworks from The Art Institute of Chicago.

"""

# pylint: disable=missing-function-docstring

from json import loads
from urllib.parse import urlencode

+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
"""CORE (science)

"""
# pylint: disable=missing-function-docstring

from json import loads
from datetime import datetime
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
"""
 Deviantart (Images)
"""
# pylint: disable=missing-function-docstring

from urllib.parse import urlencode
from lxml import html
Loading