From fed8b3f788c4ca6028d9bdf4292fc2b0dd733fdb Mon Sep 17 00:00:00 2001 From: tacheometry <39647014+tacheometry@users.noreply.github.com> Date: Sun, 13 Nov 2022 01:39:38 +0200 Subject: [PATCH] Remove unused import --- src/commands/initCommand.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/initCommand.ts b/src/commands/initCommand.ts index fdcdfc8..e5bd3fa 100644 --- a/src/commands/initCommand.ts +++ b/src/commands/initCommand.ts @@ -1,6 +1,5 @@ import path from "path"; import fs from "fs"; -import child_process from "child_process"; import { isDirectory } from "../fsUtil"; import { logDone,