Remove unnecessary imports

This commit is contained in:
Nayam Amarshe
2023-09-11 09:27:59 +05:30
parent 0cb8814615
commit 854485c621

View File

@@ -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) => {