Remove unused import

This commit is contained in:
Reinier Criel 2025-12-12 12:07:06 -08:00
parent 68180e5b44
commit f47cd7ebc0

View file

@ -3,7 +3,6 @@ import { ui } from "../environment/userInteraction.js";
import { detectShells } from "./shellDetection.js"; import { detectShells } from "./shellDetection.js";
import { knownAikidoTools, getPackageManagerList, getScriptsDir } from "./helpers.js"; import { knownAikidoTools, getPackageManagerList, getScriptsDir } from "./helpers.js";
import fs from "fs"; import fs from "fs";
import os from "os";
import path from "path"; import path from "path";
import { includePython } from "../config/cliArguments.js"; import { includePython } from "../config/cliArguments.js";
import { fileURLToPath } from "url"; import { fileURLToPath } from "url";