remove unused import

This commit is contained in:
Kovid Goyal 2018-09-27 08:52:40 +05:30
parent 6c8a52875e
commit e498cedf56
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -21,7 +21,7 @@ from ..tui.line_edit import LineEdit
from ..tui.handler import Handler
from ..tui.loop import Loop
from ..tui.operations import (
clear_screen, color_code, colored, cursor, faint, set_line_wrapping,
clear_screen, colored, cursor, faint, set_line_wrapping,
set_window_title, sgr, styled
)