From 8d1eb75f9c9240b45f33cab5f07b9151120d57a6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jul 2024 20:34:57 +0530 Subject: [PATCH] ... --- kitty_tests/screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/screen.py b/kitty_tests/screen.py index 83db04d47..c682c05ac 100644 --- a/kitty_tests/screen.py +++ b/kitty_tests/screen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # License: GPL v3 Copyright: 2016, Kovid Goyal -from kitty.fast_data_types import DECAWM, DECCOLM, DECOM, IRM, VT_PARSER_BUFFER_SIZE, Cursor, ESC_CSI +from kitty.fast_data_types import DECAWM, DECCOLM, DECOM, IRM, VT_PARSER_BUFFER_SIZE, Cursor from kitty.marks import marker_from_function, marker_from_regex from kitty.window import pagerhist