chore: lint fixes

This commit is contained in:
blessedcoolant 2024-04-09 08:32:40 +05:30 committed by psychedelicious
parent 94b5084cd5
commit 95050088d1

View File

@ -134,7 +134,6 @@ export type CollectInvocation = S['CollectInvocation'];
export type ImageResizeInvocation = S['ImageResizeInvocation'];
export type InfillPatchMatchInvocation = S['InfillPatchMatchInvocation'];
export type InfillTileInvocation = S['InfillTileInvocation'];
export type CreateDenoiseMaskInvocation = S['CreateDenoiseMaskInvocation'];
export type CreateGradientMaskInvocation = S['CreateGradientMaskInvocation'];
export type CanvasPasteBackInvocation = S['CanvasPasteBackInvocation'];
export type NoiseInvocation = S['NoiseInvocation'];