fixed linting
This commit is contained in:
parent
58a9ae2f83
commit
e59cb7493c
2 changed files with 22 additions and 13 deletions
|
|
@ -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)
|
# Backend (Python)
|
||||||
# Add this to store progress globally
|
# Add this to store progress globally
|
||||||
from typing import Dict
|
from typing import Dict
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue