From 253d6561de7606c67f3b0f960827c1a07ca74b48 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 25 Jun 2026 16:23:15 +0530 Subject: [PATCH] pep8 --- kitty/marks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/marks.py b/kitty/marks.py index 90cf23f3f..01bea441a 100644 --- a/kitty/marks.py +++ b/kitty/marks.py @@ -9,7 +9,6 @@ from typing import Union from .fast_data_types import set_uint_at_address from .utils import resolve_custom_file - MarkerFunc = Callable[[str, int, int, int], Generator[None, None, None]]