From 31b1b7e33379ac2bded9276bdd7492ec8e8a774b Mon Sep 17 00:00:00 2001 From: osyrisrblx Date: Fri, 25 Sep 2020 13:47:01 -0700 Subject: [PATCH] Remove unused import --- src/Project/functions/tryRemoveOutput.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Project/functions/tryRemoveOutput.ts b/src/Project/functions/tryRemoveOutput.ts index 5e6e4caec..ecc9adab9 100644 --- a/src/Project/functions/tryRemoveOutput.ts +++ b/src/Project/functions/tryRemoveOutput.ts @@ -1,5 +1,4 @@ import fs from "fs-extra"; -import path from "path"; import { LogService } from "Shared/classes/LogService"; import { PathTranslator } from "Shared/classes/PathTranslator";