Commit d8096268 authored by w-e-w's avatar w-e-w

remove fastapi.Response

parent b9664ab6
......@@ -11,7 +11,7 @@ import json
from threading import Thread
from typing import Iterable
from fastapi import FastAPI, Response
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from fastapi.middleware.gzip import GZipMiddleware
from packaging import version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment