Skip to content

Commit fbc2a64

Browse files
author
liuhuiqi.7
committed
feat(ark e2e): fix lint
Change-Id: Ifd2f682815ebbe9e5b16dc9e78a949f3d9c050a0
1 parent a277085 commit fbc2a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/resources/chat/completions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async def _decrypt_chunk(self, key: bytes, nonce: bytes, resp: AsyncStream[ChatC
203203
yield chunk
204204

205205
async def _decrypt(self, key: bytes, nonce: bytes, resp: ChatCompletion | AsyncStream[ChatCompletionChunk]
206-
) -> ChatCompletion | AsyncStream[ChatCompletionChunk]:
206+
) -> ChatCompletion | AsyncStream[ChatCompletionChunk]:
207207
if isinstance(resp, ChatCompletion):
208208
if resp.choices is not None:
209209
choice = resp.choices[0]

0 commit comments

Comments
 (0)