summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/qtutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/utils/qtutils.py')
-rw-r--r--qutebrowser/utils/qtutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/utils/qtutils.py b/qutebrowser/utils/qtutils.py
index 1de453d40..9a37c8356 100644
--- a/qutebrowser/utils/qtutils.py
+++ b/qutebrowser/utils/qtutils.py
@@ -44,7 +44,7 @@ from qutebrowser.qt import core, gui, webkit
if webkit:
- qWebKitVersion = webkit.qWebKitVersion # noqa: N816
+ qWebKitVersion = webkit.qWebKitVersion # type: ignore[unreachable] # noqa: N816
else:
qWebKitVersion = lambda: None # pylint: disable=unnecessary-lambda-assignment # type: ignore[assignment] # noqa: N816