mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
affedd6ce4
commit
1e12c1cbf2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue