Skip to content

Commit 4409e33

Browse files
authored
fix lint (#1446)
1 parent 1a812bc commit 4409e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/inference/src/providers/nebius.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
import type { FeatureExtractionOutput } from "@huggingface/tasks";
1818
import { InferenceOutputError } from "../lib/InferenceOutputError";
19-
import type { BodyParams, UrlParams } from "../types";
19+
import type { BodyParams } from "../types";
2020
import { omit } from "../utils/omit";
2121
import {
2222
BaseConversationalTask,

0 commit comments

Comments
 (0)