From 25ed0c9c51b17e744850db92bbd2f5dd1ddcbde4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 29 Jun 2023 11:15:09 +0530 Subject: [PATCH] ... --- kitty_tests/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/parser.py b/kitty_tests/parser.py index 330acc85f..2c7e40d08 100644 --- a/kitty_tests/parser.py +++ b/kitty_tests/parser.py @@ -6,7 +6,7 @@ from binascii import hexlify from functools import partial -from kitty.fast_data_types import CURSOR_BLOCK, parse_bytes, parse_bytes_dump, base64_decode, base64_encode +from kitty.fast_data_types import CURSOR_BLOCK, base64_decode, base64_encode, parse_bytes, parse_bytes_dump from kitty.notify import NotificationCommand, handle_notification_cmd, notification_activated, reset_registry from . import BaseTest