This commit is contained in:
Yeuoly 2025-10-30 18:55:08 +08:00
parent 75fa161c46
commit c1cb93cd26
1 changed files with 1 additions and 1 deletions

View File

@ -148,4 +148,4 @@ class QueueDispatcherManager:
SandboxQueueDispatcher, # Default to sandbox for unknown plans
)
return dispatcher_class()
return dispatcher_class() # type: ignore