Skip to content

Commit cb4f7f0

Browse files
committed
lint
1 parent b310b02 commit cb4f7f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/inference/src/providers/replicate.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ import { InferenceOutputError } from "../lib/InferenceOutputError";
1818
import { isUrl } from "../lib/isUrl";
1919
import type { BodyParams, HeaderParams, UrlParams } from "../types";
2020
import { omit } from "../utils/omit";
21-
import { TaskProviderHelper, type TextToImageTaskHelper, type TextToVideoTaskHelper, type ImageToImageTaskHelper } from "./providerHelper";
21+
import {
22+
TaskProviderHelper,
23+
type TextToImageTaskHelper,
24+
type TextToVideoTaskHelper,
25+
type ImageToImageTaskHelper,
26+
} from "./providerHelper";
2227
export interface ReplicateOutput {
2328
output?: string | string[];
2429
}

0 commit comments

Comments
 (0)