chore: removing unused imports in tests (#9049)

This commit is contained in:
Bowen Liang
2024-10-08 11:13:11 +08:00
committed by GitHub
parent a8b4d1ac2a
commit 7c0b159a81
30 changed files with 21 additions and 52 deletions

View File

@@ -6,7 +6,6 @@ import pytest
from core.model_runtime.entities.llm_entities import LLMResult, LLMResultChunk, LLMResultChunkDelta
from core.model_runtime.entities.message_entities import (
AssistantPromptMessage,
PromptMessageTool,
SystemPromptMessage,
UserPromptMessage,
)