From c01df574a2121f1d7873e69e308585e2ef194540 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Aug 2025 06:49:35 +0530 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a72dfb1e4..b7610c75f 100755 --- a/setup.py +++ b/setup.py @@ -1138,7 +1138,7 @@ def build_uniforms_header(skip_generation: bool = False) -> str: dest = 'kitty/uniforms_generated.h' if skip_generation: return dest - lines = [] + lines: list[str] = [] a = lines.append uniform_names: Dict[str, Tuple[str, ...]] = {} class_names = {}