Skip to content

Commit da9397a

Browse files
authored
[Snippet] remove whitespace diff (#983)
Follow up to #976
1 parent dda39ef commit da9397a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tasks/src/snippets/python.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ export function getPythonInferenceSnippet(
324324
return {
325325
...snippet,
326326
content: `import requests
327-
327+
328328
API_URL = "https://api-inference.huggingface.co/models/${model.id}"
329329
headers = {"Authorization": ${accessToken ? `"Bearer ${accessToken}"` : `f"Bearer {API_TOKEN}"`}}
330-
330+
331331
${snippet.content}`,
332332
};
333333
});

0 commit comments

Comments
 (0)