Skip to content

Commit 4698695

Browse files
committed
Pacify mypy
1 parent 11de93e commit 4698695

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/cases_generator/uop_metadata_generator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def uop_cache_info(uop: Uop) -> str | None:
3636
max_inputs = i
3737
if i < min_inputs:
3838
min_inputs = i
39+
max_inputs, delta # type: ignore[possibly-undefined]
3940
return f"{{ {min_inputs}, {max_inputs}, {delta}, {{ {', '.join(uops)} }} }}"
4041

4142

0 commit comments

Comments
 (0)