mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[sys.monitoring] Change ignored Callable return type to object (#15217)
This commit is contained in:
@@ -65,4 +65,4 @@ def restart_events() -> None: ...
|
||||
DISABLE: Final[object]
|
||||
MISSING: Final[object]
|
||||
|
||||
def register_callback(tool_id: int, event: int, func: Callable[..., Any] | None, /) -> Callable[..., Any] | None: ...
|
||||
def register_callback(tool_id: int, event: int, func: Callable[..., object] | None, /) -> Callable[..., Any] | None: ...
|
||||
|
||||
Reference in New Issue
Block a user