[subprocess] Remove obsolete comment (#15040)

This commit is contained in:
Sebastian Rittau
2025-11-17 13:39:10 +01:00
committed by GitHub
parent 09da7a473b
commit bbbf7530a9
-1
View File
@@ -497,7 +497,6 @@ elif sys.version_info >= (3, 10):
) -> CompletedProcess[Any]: ...
else:
# 3.9 adds arguments "user", "group", "extra_groups" and "umask"
@overload
def run(
args: _CMD,