From a7c8d5882c137634b754e9757340de85029012e6 Mon Sep 17 00:00:00 2001 From: Noemi Vanyi Date: Tue, 19 Jul 2016 10:14:11 +0200 Subject: fix pep8 --- searx/engines/yahoo.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/engines/yahoo.py') diff --git a/searx/engines/yahoo.py b/searx/engines/yahoo.py index 2334614cb..82f782b9d 100644 --- a/searx/engines/yahoo.py +++ b/searx/engines/yahoo.py @@ -38,6 +38,7 @@ time_range_dict = {'day': ['1d', 'd'], 'week': ['1w', 'w'], 'month': ['1m', 'm']} + # remove yahoo-specific tracking-url def parse_url(url_string): endings = ['/RS', '/RK'] -- cgit v1.2.3