Linted .py files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
from app.core.config import settings
|
||||
|
||||
from app.api.v1 import auth, keys
|
||||
from app.core.config import settings
|
||||
|
||||
app = FastAPI(title=settings.PROJECT_NAME)
|
||||
app.include_router(auth.router, prefix=f"{settings.API_V1_STR}/auth", tags=["auth"])
|
||||
|
Reference in New Issue
Block a user