Skip to content

Commit 68584a0

Browse files
guocisrittau
andauthored
Update stdlib/sys/__init__.pyi
Co-authored-by: Sebastian Rittau <[email protected]>
1 parent f3ec94b commit 68584a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/sys/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ if sys.platform == "win32":
424424

425425
def intern(string: str, /) -> str: ...
426426

427-
__interactivehook__: Callable[[], Any]
427+
__interactivehook__: Callable[[], object]
428428

429429
if sys.version_info >= (3, 13):
430430
def _is_gil_enabled() -> bool: ...

0 commit comments

Comments
 (0)