Skip to content

Commit 2b6b0ea

Browse files
committed
Make mypy happy
1 parent 9415a56 commit 2b6b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def build_uniforms_header(skip_generation: bool = False) -> str:
870870
return dest
871871
lines = ['#include "gl.h"', '']
872872
a = lines.append
873-
uniform_names = {}
873+
uniform_names: Dict[str, Tuple[str, ...]] = {}
874874
class_names = {}
875875
function_names = {}
876876

0 commit comments

Comments
 (0)