Cleanup comments

This commit is contained in:
Reinier Criel 2025-11-04 06:59:45 -08:00
parent d789491561
commit 2b6b9b6737
3 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@ import { getCombinedCaBundlePath } from "../../registryProxy/certBundle.js";
*/
export async function runPip(command, args) {
try {
// @ts-expect-error values of process.env can be string | undefined
const env = mergeSafeChainProxyEnvironmentVariables(process.env);
// Always provide Python with a complete CA bundle (Safe Chain CA + Mozilla + Node built-in roots)