From e533d02d98e54320f437fef529fe632d8930c401 Mon Sep 17 00:00:00 2001 From: Matthew Shao Date: Tue, 1 Aug 2017 19:32:49 +0800 Subject: [PATCH] Remove redundant comment. --- mitmproxy/tools/console/consoleaddons.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mitmproxy/tools/console/consoleaddons.py b/mitmproxy/tools/console/consoleaddons.py index f561f61ec..0d20fd947 100644 --- a/mitmproxy/tools/console/consoleaddons.py +++ b/mitmproxy/tools/console/consoleaddons.py @@ -11,9 +11,6 @@ from mitmproxy.tools.console import overlay from mitmproxy.tools.console import signals from mitmproxy.tools.console import keymap -# We redefine these here for now to avoid importing Urwid-related guff on -# platforms that don't support it, and circular imports. We can do better using -# a lazy checker down the track. console_palettes = [ "lowlight", "lowdark",