From 1e12c1cbf2afdca23b1a3dd1f51e836312abde81 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 21:00:36 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/core/workflow/graph_engine/manager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/core/workflow/graph_engine/manager.py b/api/core/workflow/graph_engine/manager.py index 131006d1a7..3c9f347816 100644 --- a/api/core/workflow/graph_engine/manager.py +++ b/api/core/workflow/graph_engine/manager.py @@ -6,7 +6,6 @@ using the new Redis command channel, without requiring user permission checks. Supports stop, pause, and resume operations. """ - from core.workflow.graph_engine.command_channels.redis_channel import RedisChannel from core.workflow.graph_engine.entities.commands import AbortCommand from extensions.ext_redis import redis_client