Some more cleanup

This commit is contained in:
Reinier Criel 2025-11-25 19:55:36 -08:00
parent 5cb1bb935b
commit 023bccec11
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ export function createUvPackageManager() {
* @param {string[]} args
*/
runCommand: (args) => {
// uv is always invoked as 'uv' - no invocation variations like pip
return runUv("uv", args);
},
// For uv, rely solely on MITM