Remove now unneeded vulture ignore

We're now using __slots__
This commit is contained in:
Florian Bruhin 2016-07-08 10:10:08 +02:00
parent f9eecaf584
commit 37d20023b3

View File

@ -85,7 +85,6 @@ def whitelist_generator():
yield 'qutebrowser.utils.log.QtWarningFilter.filter'
yield 'logging.LogRecord.log_color'
yield 'qutebrowser.browser.pdfjs.is_available'
yield 'qutebrowser.browser.tab.TabData._initializing'
# vulture doesn't notice the hasattr() and thus thinks netrc_used is unused
# in NetworkManager.on_authentication_required
yield 'PyQt5.QtNetwork.QNetworkReply.netrc_used'