summaryrefslogtreecommitdiff
path: root/searx/engines/google_news.py
diff options
context:
space:
mode:
authordalf <alex@al-f.net>2014-12-07 16:37:56 +0100
committerdalf <alex@al-f.net>2014-12-07 16:37:56 +0100
commit7c13d630e4531630ce3c392a7d60752715742291 (patch)
tree332019feae5a215d2d54528308792560794d7aa5 /searx/engines/google_news.py
parentffcec383b7355c6ca8b60da8579a43019d7d7e6b (diff)
downloadsearxng-7c13d630e4531630ce3c392a7d60752715742291.tar.gz
searxng-7c13d630e4531630ce3c392a7d60752715742291.zip
[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)
Diffstat (limited to 'searx/engines/google_news.py')
-rw-r--r--searx/engines/google_news.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/searx/engines/google_news.py b/searx/engines/google_news.py
index becc7e21d..eb114f9c9 100644
--- a/searx/engines/google_news.py
+++ b/searx/engines/google_news.py
@@ -1,8 +1,9 @@
## Google (News)
-#
+#
# @website https://www.google.com
-# @provide-api yes (https://developers.google.com/web-search/docs/), deprecated!
-#
+# @provide-api yes (https://developers.google.com/web-search/docs/),
+# deprecated!
+#
# @using-api yes
# @results JSON
# @stable yes (but deprecated)