fix ruff linter import organization
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import json
|
||||
|
||||
import uvicorn
|
||||
|
||||
from bot import run_bot
|
||||
from fastapi import FastAPI, WebSocket
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
from starlette.responses import HTMLResponse
|
||||
|
||||
from bot import run_bot
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
app.add_middleware(
|
||||
|
||||
Reference in New Issue
Block a user