mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
Make mypy happy
This commit is contained in:
parent
9415a56b0f
commit
2b6b0ea9d5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -870,7 +870,7 @@ def build_uniforms_header(skip_generation: bool = False) -> str:
|
|||
return dest
|
||||
lines = ['#include "gl.h"', '']
|
||||
a = lines.append
|
||||
uniform_names = {}
|
||||
uniform_names: Dict[str, Tuple[str, ...]] = {}
|
||||
class_names = {}
|
||||
function_names = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue