Make vulture happy

This commit is contained in:
Florian Bruhin 2023-03-17 21:28:07 +01:00
parent de82e1a0e9
commit 1c4b5cc3d2
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def whitelist_generator(): # noqa: C901
yield 'qutebrowser.misc.sql.SqliteErrorCode.CONSTRAINT'
yield 'qutebrowser.misc.throttle.Throttle.set_delay'
yield 'qutebrowser.misc.guiprocess.GUIProcess.stderr'
yield 'qutebrowser.qt.machinery._autoselect_wrapper' # FIXME:qt6
# Qt attributes
yield 'PyQt5.QtWebKit.QWebPage.ErrorPageExtensionReturn().baseUrl'