fix: remove unused import

This commit is contained in:
Novice Lee 2024-12-25 10:40:02 +08:00
parent fc6c0317a5
commit ae5e8d3160

View File

@ -4,7 +4,6 @@ from collections.abc import Sequence
from datetime import UTC, datetime
from typing import Optional, cast
from core import workflow
from core.app.apps.advanced_chat.app_config_manager import AdvancedChatAppConfigManager
from core.app.apps.workflow.app_config_manager import WorkflowAppConfigManager
from core.model_runtime.utils.encoders import jsonable_encoder