From f99bf661ccdb12d3d0ddc83931d8959d782b8945 Mon Sep 17 00:00:00 2001
From: Florian Bruhin <git@the-compiler.org>
Date: Sat, 4 Feb 2017 21:59:39 +0100
Subject: [PATCH] Fix lint

---
 qutebrowser/app.py | 1 +
 1 file changed, 1 insertion(+)

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()