Skip to content

Commit

Permalink
fix: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 23, 2024
1 parent 349353c commit f5d3462
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion agents/ten_packages/extension/coze_python_async/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
AsyncLLMBaseExtension,
)

from ten_ai_base.types import LLMChatCompletionUserMessageParam, LLMCallCompletionArgs, LLMDataCompletionArgs, LLMToolMetadata,
from ten_ai_base.types import (
LLMChatCompletionUserMessageParam,
LLMCallCompletionArgs,
LLMDataCompletionArgs,
LLMToolMetadata,
)

CMD_IN_FLUSH = "flush"
CMD_IN_ON_USER_JOINED = "on_user_joined"
Expand Down

0 comments on commit f5d3462

Please sign in to comment.