Python: Autoformat

This commit is contained in:
Rasmus Wriedt Larsen
2023-09-07 10:31:39 +02:00
parent 54c456d95d
commit bfb4be26c2

View File

@@ -4429,11 +4429,11 @@ private module StdlibPrivate {
} }
} }
/** /**
* A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`) * A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
* *
* See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell * See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
*/ */
private class CreateSubprocessShell extends SystemCommandExecution::Range, private class CreateSubprocessShell extends SystemCommandExecution::Range,
FileSystemAccess::Range, API::CallNode FileSystemAccess::Range, API::CallNode
{ {