Skip to content

Commit 3b75f0c

Browse files
authored
[stdlib][sys.monitoring] change ignored Callable return time to object
1 parent eb347f3 commit 3b75f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/sys/_monitoring.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ def restart_events() -> None: ...
6565
DISABLE: Final[object]
6666
MISSING: Final[object]
6767

68-
def register_callback(tool_id: int, event: int, func: Callable[..., Any] | None, /) -> Callable[..., Any] | None: ...
68+
def register_callback(tool_id: int, event: int, func: Callable[..., object] | None, /) -> Callable[..., Any] | None: ...

0 commit comments

Comments
 (0)