Skip to content

Commit 963fef5

Browse files
committed
Any -> object
1 parent ad5386f commit 963fef5

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
@@ -501,4 +501,4 @@ if sys.version_info >= (3, 12):
501501
if sys.version_info >= (3, 14):
502502
def is_remote_debug_enabled() -> bool: ...
503503
def remote_exec(pid: int, script: StrOrBytesPath) -> None: ...
504-
def _is_immortal(op: Any, /) -> bool: ...
504+
def _is_immortal(op: object, /) -> bool: ...

0 commit comments

Comments
 (0)