mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
b94d6dc713
commit
c01df574a2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue