From a9de97968ded461d6e309ee810e7369eb77714c4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 30 Nov 2015 07:12:18 +0100 Subject: [PATCH] Make pylint shut up about ua_fetch.py. --- scripts/dev/ua_fetch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dev/ua_fetch.py b/scripts/dev/ua_fetch.py index 38e2fb065..d0780cec4 100644 --- a/scripts/dev/ua_fetch.py +++ b/scripts/dev/ua_fetch.py @@ -53,6 +53,7 @@ def filter_list(complete_list, browsers): dictionary with the same keys as the LUT, but storing lists of tuples (user_agent, browser_description) as values. """ + # pylint: disable=too-many-nested-blocks table = {} for entry in complete_list: # Tuple of (user_agent, browser_description)