summaryrefslogtreecommitdiff
path: root/searx/engines/google_videos.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/google_videos.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/google_videos.py')
-rw-r--r--searx/engines/google_videos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py
index b04ab5899..9403ef4f7 100644
--- a/searx/engines/google_videos.py
+++ b/searx/engines/google_videos.py
@@ -14,7 +14,7 @@
"""
-# pylint: disable=invalid-name, missing-function-docstring
+# pylint: disable=invalid-name
import re
from urllib.parse import urlencode