Fix vulture
This commit is contained in:
parent
cd311b6dc8
commit
a3cc77b429
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue