Fix vulture

This commit is contained in:
Florian Bruhin 2019-10-17 17:22:04 +02:00
parent cd311b6dc8
commit a3cc77b429
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@ def whitelist_generator(): # noqa
# component hooks
yield 'qutebrowser.components.adblock.on_config_changed'
# used in type comments
yield 'pending_download_type'
yield 'world_id_type'
def filter_func(item):
"""Check if a missing function should be filtered or not.