diff --git a/stdlib/os/__init__.pyi b/stdlib/os/__init__.pyi index 63af29cccff8..89b9bd866420 100644 --- a/stdlib/os/__init__.pyi +++ b/stdlib/os/__init__.pyi @@ -1557,7 +1557,6 @@ else: @deprecated("Soft deprecated. Use the subprocess module instead.") def spawnve(mode: int, path: StrOrBytesPath, argv: _ExecVArgs, env: _ExecEnv, /) -> int: ... -@deprecated("Soft deprecated. Use the subprocess module instead.") def system(command: StrOrBytesPath) -> int: ... @final