Skip to content

Commit cfb3ff3

Browse files
author
lmh
committed
fix: lint
1 parent 5f5aedc commit cfb3ff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volcenginesdkexamples/volcenginesdkarkruntime/async_responses_create.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ async def main():
4141
{"role": "user", "content": [
4242
{
4343
"type": "input_image",
44-
"file_id": file.id # ref image file id
44+
# ref image file id
45+
"file_id": file.id
4546
},
4647
{
4748
"type": "input_text",

0 commit comments

Comments
 (0)