Make pylint shut up about ua_fetch.py.
This commit is contained in:
parent
f7a13fa1f9
commit
a9de97968d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user