Make pylint shut up about ua_fetch.py.

This commit is contained in:
Florian Bruhin 2015-11-30 07:12:18 +01:00
parent f7a13fa1f9
commit a9de97968d

View File

@ -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)