Fix vulture
This commit is contained in:
parent
d33e590ce5
commit
befb1afb2c
@ -86,6 +86,7 @@ def whitelist_generator():
|
||||
yield 'qutebrowser.browser.pdfjs.is_available'
|
||||
yield 'QEvent.posted'
|
||||
yield 'log_stack' # from message.py
|
||||
yield 'propagate' # logging.getLogger('...).propagate = False
|
||||
# vulture doesn't notice the hasattr() and thus thinks netrc_used is unused
|
||||
# in NetworkManager.on_authentication_required
|
||||
yield 'PyQt5.QtNetwork.QNetworkReply.netrc_used'
|
||||
|
Loading…
Reference in New Issue
Block a user