Skip to content

Commit e8050d4

Browse files
committed
dummy
1 parent 4a7d3da commit e8050d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/api-inference/scripts/generate.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,6 @@ const GET_SNIPPET_FN = {
149149
},
150150
} as const;
151151

152-
const HAS_SNIPPET_FN = {
153-
curl: snippets.curl.hasCurlInferenceSnippet,
154-
js: snippets.js.hasJsInferenceSnippet,
155-
python: snippets.python.hasPythonInferenceSnippet,
156-
} as const;
157-
158152
export function getInferenceSnippet(
159153
id: string,
160154
pipeline_tag: PipelineType,

0 commit comments

Comments
 (0)