Remove redundant comment.

This commit is contained in:
Matthew Shao 2017-08-01 19:32:49 +08:00
parent f078808fc6
commit e533d02d98

View File

@ -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",