1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-31 12:13:43 +01:00

Remove unused import and variable in batch-upscayl.ts

This commit is contained in:
Nayam Amarshe 2024-01-15 17:01:40 +05:30
parent 57810f4d77
commit b525abc7dd

View File

@ -1,10 +1,9 @@
import fs, { rmdir } from "fs";
import fs from "fs";
import { getMainWindow } from "../main-window";
import {
childProcesses,
customModelsFolderPath,
noImageProcessing,
outputFolderPath,
saveOutputFolder,
setCompression,
setNoImageProcessing,