format backend

This commit is contained in:
Michael Poluektov
2024-08-14 13:49:18 +01:00
parent 29f904db45
commit a518d50477
3 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ from fastapi.responses import StreamingResponse, JSONResponse, FileResponse
from fastapi.middleware.cors import CORSMiddleware
from pydantic import BaseModel
from typing import List
import uuid
import requests
import hashlib