summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/misc/objects.py')
-rw-r--r--qutebrowser/misc/objects.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qutebrowser/misc/objects.py b/qutebrowser/misc/objects.py
index 6dcecaf93..63a9cb2dd 100644
--- a/qutebrowser/misc/objects.py
+++ b/qutebrowser/misc/objects.py
@@ -43,8 +43,6 @@ class NoBackend:
raise AssertionError("No backend set!")
-# WORKAROUND for https://github.com/PyCQA/pylint/issues/8487
-# pylint: disable-next=invalid-name
backend: Union['usertypes.Backend', NoBackend] = NoBackend()
commands: Dict[str, 'command.Command'] = {}
debug_flags: Set[str] = set()