From 854485c621bf74d5f5ffac2390cbee6fa5d631bb Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:27:59 +0530 Subject: [PATCH] Remove unnecessary imports --- electron/commands/double-upscayl.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/electron/commands/double-upscayl.ts b/electron/commands/double-upscayl.ts index 7dcb989..b91f7f3 100644 --- a/electron/commands/double-upscayl.ts +++ b/electron/commands/double-upscayl.ts @@ -4,7 +4,6 @@ import { childProcesses, customModelsFolderPath, outputFolderPath, - quality, saveOutputFolder, setStopped, stopped, @@ -19,7 +18,6 @@ import { import { modelsPath } from "../utils/get-resource-paths"; import logit from "../utils/logit"; import COMMAND from "../constants/commands"; -import sharp from "sharp"; import convertAndScale from "../utils/convert-and-scale"; const doubleUpscayl = async (event, payload) => {