Make mypy happy

This commit is contained in:
Kovid Goyal 2023-06-22 19:57:15 +05:30
parent 9415a56b0f
commit 2b6b0ea9d5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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 = {}