GP-5542: bad annotation

This commit is contained in:
d-millar 2025-03-27 19:10:25 +00:00
parent 24f46bb22c
commit 7c7d203342

View file

@ -455,7 +455,7 @@ def on_breakpoint_deleted(b: gdb.Breakpoint) -> None:
@log_errors
def on_before_prompt(n: None) -> object:
def on_before_prompt() -> object:
HOOK_STATE.end_batch()
return None