feat: 初步优化调度队列样式
This commit is contained in:
@@ -20,11 +20,9 @@
|
||||
# Contact: DLmaster_361@163.com
|
||||
|
||||
|
||||
import uuid
|
||||
import asyncio
|
||||
from fastapi import APIRouter, WebSocket, WebSocketDisconnect, Body, Path
|
||||
from fastapi import APIRouter, Body
|
||||
|
||||
from app.core import TaskManager, Broadcast
|
||||
from app.core import TaskManager
|
||||
from app.services import System
|
||||
from app.models.schema import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user