summaryrefslogtreecommitdiff
path: root/searx/engines/mediathekviewweb.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-07 15:09:40 +0200
committerGitHub <noreply@github.com>2021-09-07 15:09:40 +0200
commite41f78b806a4f00cbb37fd4a276aff7d10230057 (patch)
treed104874dbc13e878303a37bb0e7f6d5c4ec42304 /searx/engines/mediathekviewweb.py
parent9ef7f38e4f20bad5a76867aa3e5049a92bc58e59 (diff)
parent2a3b9a2e26fc9570c2dd2f070257968a2b3a1149 (diff)
Merge pull request #301 from return42/fix-lintrc
[pylint] .pylintrc - disable missing-function-docstring
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