Sorted imports with isort
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import aiofiles
|
||||
from os import path
|
||||
from modules.app import app
|
||||
|
||||
import aiofiles
|
||||
from fastapi.responses import HTMLResponse, Response
|
||||
|
||||
from modules.app import app
|
||||
|
||||
|
||||
@app.get("/pages/matter.css", include_in_schema=False)
|
||||
async def page_matter():
|
||||
|
Reference in New Issue
Block a user