mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
remove unused import
This commit is contained in:
@@ -21,7 +21,7 @@ from ..tui.line_edit import LineEdit
|
|||||||
from ..tui.handler import Handler
|
from ..tui.handler import Handler
|
||||||
from ..tui.loop import Loop
|
from ..tui.loop import Loop
|
||||||
from ..tui.operations import (
|
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
|
set_window_title, sgr, styled
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user