ruff
This commit is contained in:
parent
3816a9627e
commit
6acf267d48
2 changed files with 2 additions and 18 deletions
2
app.py
2
app.py
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
from typing import Any, Awaitable, Callable
|
||||
|
||||
from fastapi import FastAPI, WebSocket, WebSocketDisconnect
|
||||
from fastapi.responses import FileResponse, HTMLResponse, JSONResponse
|
||||
from fastapi.responses import HTMLResponse, JSONResponse
|
||||
from fastapi.staticfiles import StaticFiles
|
||||
|
||||
from supertonic_gateway import SuperTonicGateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue