mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
[subprocess] Remove obsolete comment (#15040)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user