mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +01:00
Remove unnecessary imports
This commit is contained in:
parent
0cb8814615
commit
854485c621
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user