mirror of https://github.com/langgenius/dify.git
fix
This commit is contained in:
parent
75fa161c46
commit
c1cb93cd26
|
|
@ -148,4 +148,4 @@ class QueueDispatcherManager:
|
|||
SandboxQueueDispatcher, # Default to sandbox for unknown plans
|
||||
)
|
||||
|
||||
return dispatcher_class()
|
||||
return dispatcher_class() # type: ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue