This commit is contained in:
Kovid Goyal
2026-06-25 16:23:15 +05:30
parent 76e7363311
commit 253d6561de

View File

@@ -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]]