mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Python: Autoformat
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user