Fix coverage
This commit is contained in:
parent
21edeca3e0
commit
caca60087f
@ -33,7 +33,8 @@ from qutebrowser.keyinput import keyutils
|
|||||||
|
|
||||||
MYPY = False
|
MYPY = False
|
||||||
if MYPY:
|
if MYPY:
|
||||||
from qutebrowser.config import configcache # pylint: disable=unused-import
|
# pylint: disable=unused-import
|
||||||
|
from qutebrowser.config import configcache # pragma: no cover
|
||||||
|
|
||||||
# An easy way to access the config from other code via config.val.foo
|
# An easy way to access the config from other code via config.val.foo
|
||||||
val = typing.cast('ConfigContainer', None)
|
val = typing.cast('ConfigContainer', None)
|
||||||
|
Loading…
Reference in New Issue
Block a user