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,
|
childProcesses,
|
||||||
customModelsFolderPath,
|
customModelsFolderPath,
|
||||||
outputFolderPath,
|
outputFolderPath,
|
||||||
quality,
|
|
||||||
saveOutputFolder,
|
saveOutputFolder,
|
||||||
setStopped,
|
setStopped,
|
||||||
stopped,
|
stopped,
|
||||||
@ -19,7 +18,6 @@ import {
|
|||||||
import { modelsPath } from "../utils/get-resource-paths";
|
import { modelsPath } from "../utils/get-resource-paths";
|
||||||
import logit from "../utils/logit";
|
import logit from "../utils/logit";
|
||||||
import COMMAND from "../constants/commands";
|
import COMMAND from "../constants/commands";
|
||||||
import sharp from "sharp";
|
|
||||||
import convertAndScale from "../utils/convert-and-scale";
|
import convertAndScale from "../utils/convert-and-scale";
|
||||||
|
|
||||||
const doubleUpscayl = async (event, payload) => {
|
const doubleUpscayl = async (event, payload) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user