fix: fix ruff

This commit is contained in:
Stream 2025-08-25 15:17:01 +08:00
parent 008f778e8f
commit ab389eaa8e
No known key found for this signature in database
GPG Key ID: 033728094B100D70
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ from .account import (
TenantStatus,
)
from .api_based_extension import APIBasedExtension, APIBasedExtensionPoint
from .chatflow_memory import ChatflowMemoryVariable, ChatflowConversation, ChatflowMessage
from .chatflow_memory import ChatflowConversation, ChatflowMemoryVariable, ChatflowMessage
from .dataset import (
AppDatasetJoin,
Dataset,
@ -111,6 +111,9 @@ __all__ = [
"BuiltinToolProvider",
"CeleryTask",
"CeleryTaskSet",
"ChatflowConversation",
"ChatflowMemoryVariable",
"ChatflowMessage",
"Conversation",
"ConversationVariable",
"CreatorUserRole",
@ -178,8 +181,5 @@ __all__ = [
"WorkflowRunTriggeredFrom",
"WorkflowToolProvider",
"WorkflowType",
"ChatflowMemoryVariable",
"ChatflowConversation",
"ChatflowMessage",
"db",
]