mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
style: auto-format after segment 3 import migrations
Made-with: Cursor
This commit is contained in:
@ -8,8 +8,6 @@ from typing import TYPE_CHECKING, Any
|
||||
if TYPE_CHECKING: # pragma: no cover
|
||||
from models.model import File
|
||||
|
||||
from dify_graph.model_runtime.entities.message_entities import PromptMessageTool
|
||||
|
||||
from core.tools.__base.tool_runtime import ToolRuntime
|
||||
from core.tools.entities.tool_entities import (
|
||||
ToolEntity,
|
||||
@ -17,6 +15,7 @@ from core.tools.entities.tool_entities import (
|
||||
ToolParameter,
|
||||
ToolProviderType,
|
||||
)
|
||||
from dify_graph.model_runtime.entities.message_entities import PromptMessageTool
|
||||
|
||||
|
||||
class Tool(ABC):
|
||||
|
||||
Reference in New Issue
Block a user