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/github.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/engines/github.py') diff --git a/searx/engines/github.py b/searx/engines/github.py index 53fec029f..a68aed141 100644 --- a/searx/engines/github.py +++ b/searx/engines/github.py @@ -1,8 +1,8 @@ ## Github (It) -# +# # @website https://github.com/ # @provide-api yes (https://developer.github.com/v3/) -# +# # @using-api yes # @results JSON # @stable yes (using api) -- cgit v1.2.3