From 3c19a6c5a9cad4c9bf14e82c8c145d7cce792368 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:58:58 +0530 Subject: [PATCH] Remove unused imports --- electron/commands/batch-upscayl.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/commands/batch-upscayl.ts b/electron/commands/batch-upscayl.ts index d85006a..5ebe145 100644 --- a/electron/commands/batch-upscayl.ts +++ b/electron/commands/batch-upscayl.ts @@ -3,7 +3,6 @@ import { getMainWindow } from "../main-window"; import { childProcesses, customModelsFolderPath, - fetchLocalStorage, noImageProcessing, saveOutputFolder, setCompression,