summaryrefslogtreecommitdiff
path: root/searx/engines/mediathekviewweb.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-07 13:26:59 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-07 13:26:59 +0200
commitf0059b80edd892cea2ed42c8fe350e9377956c9d (patch)
treeb7a81ff70671c6af1a539ee0cf76bc38dfb40cb0 /searx/engines/mediathekviewweb.py
parent5c867543404fbec01ad3290bed1cdbadf6e4c78b (diff)
[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>
Diffstat (limited to 'searx/engines/mediathekviewweb.py')
-rw-r--r--searx/engines/mediathekviewweb.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/mediathekviewweb.py b/searx/engines/mediathekviewweb.py
index 80104ae73..bd7c16a5d 100644
--- a/searx/engines/mediathekviewweb.py
+++ b/searx/engines/mediathekviewweb.py
@@ -4,8 +4,6 @@
"""
-# pylint: disable=missing-function-docstring
-
import datetime
from json import loads, dumps