Sorted imports with isort
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from fastapi import FastAPI
|
||||
from fastapi.openapi.docs import get_swagger_ui_html, get_redoc_html
|
||||
|
||||
from fastapi.openapi.docs import get_redoc_html, get_swagger_ui_html
|
||||
|
||||
app = FastAPI(title="END PLAY Photos", docs_url=None, redoc_url=None, version="0.2")
|
||||
|
||||
|
Reference in New Issue
Block a user