summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/earlyinit.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-18 15:24:58 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-18 15:33:45 +0100
commitc158cafe3395e130946cb192247e544251da8601 (patch)
treeef67df64cf200b33d25875fbc0e4af498a1378bc /qutebrowser/misc/earlyinit.py
parent3d1f975391ef61a43490e93b4ce0c54fdd5c22ab (diff)
downloadqutebrowser-dev-split-parser.tar.gz
qutebrowser-dev-split-parser.zip
As for the mypy unreachable warning, see: See https://github.com/python/mypy/issues/7214 and https://github.com/python/mypy/issues/8766 Includes cherry-pick of 27ad47825279a39141efd11ec9cc54ff2a872517
Diffstat (limited to 'qutebrowser/misc/earlyinit.py')
-rw-r--r--qutebrowser/misc/earlyinit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py
index ecd3fac1a..ca8f9e8fe 100644
--- a/qutebrowser/misc/earlyinit.py
+++ b/qutebrowser/misc/earlyinit.py
@@ -289,7 +289,7 @@ def webengine_early_import():
error messages in backendproblem.py are accurate.
"""
try:
- from PyQt5 import QtWebEngineWidgets
+ from PyQt5 import QtWebEngineWidgets # pylint: disable=unused-import
except ImportError:
pass