summaryrefslogtreecommitdiff
path: root/qutebrowser/qt/machinery.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/qt/machinery.py')
-rw-r--r--qutebrowser/qt/machinery.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/qutebrowser/qt/machinery.py b/qutebrowser/qt/machinery.py
index 81bcaf30a..0a2de9259 100644
--- a/qutebrowser/qt/machinery.py
+++ b/qutebrowser/qt/machinery.py
@@ -1,5 +1,5 @@
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
-# FIXME:qt6
+# FIXME:qt6 (lint)
# pylint: disable=missing-module-docstring
# flake8: noqa
@@ -39,8 +39,6 @@ def _autoselect_wrapper():
except ImportError:
# FIXME:qt6 show/log this somewhere?
continue
-
- # FIXME:qt6 what to do if none are available?
return wrapper
wrappers = ", ".join(_WRAPPERS)