chore: run ruff

This commit is contained in:
Stream 2025-08-21 17:23:24 +08:00
parent e31e4ab677
commit 85a73181cc
No known key found for this signature in database
GPG Key ID: 9475891C9507B4F3
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@ from models.workflow import (
from repositories.factory import DifyAPIRepositoryFactory
from services.errors.app import IsDraftWorkflowError, WorkflowHashNotEqualError
from services.workflow.workflow_converter import WorkflowConverter
from .chatflow_memory_service import ChatflowMemoryService
from .chatflow_memory_service import ChatflowMemoryService
from .errors.workflow_service import DraftWorkflowDeletionError, WorkflowInUseError
from .workflow_draft_variable_service import (
DraftVariableSaver,