fix: remove unused JSONResponse alias causing ruff F401 lint error
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ import websockets.exceptions
|
||||
from websockets.typing import Subprotocol
|
||||
|
||||
from fastapi import FastAPI, HTTPException, WebSocket
|
||||
from fastapi.responses import HTMLResponse, JSONResponse as FastJSONResponse
|
||||
from fastapi.responses import HTMLResponse
|
||||
from fastapi.staticfiles import StaticFiles
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user