Skip to content

Commit a1b0ff1

Browse files
fix mypy
1 parent 558c2cf commit a1b0ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def save_variables(self, out: CWriter) -> None:
317317
self._print(out)
318318
var_offset = var_offset.push(var.item)
319319

320-
def stack_bound_check(self, out: CWriter):
320+
def stack_bound_check(self, out: CWriter) -> None:
321321
if not self.check_stack_bounds:
322322
return
323323
if self.physical_sp != self.logical_sp:

0 commit comments

Comments
 (0)