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

Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-09-07 13:26:59 +02:00
parent 5c86754340
commit f0059b80ed
28 changed files with 9 additions and 33 deletions

View file

@ -11,7 +11,7 @@ ignores some parameters from the common :ref:`google API`:
"""
# pylint: disable=invalid-name, missing-function-docstring
# pylint: disable=invalid-name
import binascii
from datetime import datetime