diff --git a/qutebrowser/app.py b/qutebrowser/app.py index a2a062f51..5b7cf545c 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -376,6 +376,7 @@ def _init_modules(args, crash_handler): args: The argparse namespace. crash_handler: The CrashHandler instance. """ + # pylint: disable=too-many-statements log.init.debug("Initializing prompts...") prompt.init()