From 7c13d630e4531630ce3c392a7d60752715742291 Mon Sep 17 00:00:00 2001 From: dalf Date: Sun, 7 Dec 2014 16:37:56 +0100 Subject: [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) --- searx/engines/deviantart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/engines/deviantart.py') diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index ff5e1d465..d436e8163 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -1,8 +1,8 @@ ## Deviantart (Images) -# +# # @website https://www.deviantart.com/ # @provide-api yes (https://www.deviantart.com/developers/) (RSS) -# +# # @using-api no (TODO, rewrite to api) # @results HTML # @stable no (HTML can change) -- cgit v1.2.3