fixed linting

This commit is contained in:
zrguo
2025-01-31 23:35:42 +08:00
parent 58a9ae2f83
commit e59cb7493c
2 changed files with 22 additions and 13 deletions

View File

@@ -1,4 +1,13 @@
from fastapi import FastAPI, HTTPException, File, UploadFile, Form, Request, BackgroundTasks
from fastapi import (
FastAPI,
HTTPException,
File,
UploadFile,
Form,
Request,
BackgroundTasks,
)
# Backend (Python)
# Add this to store progress globally
from typing import Dict