fix: Lint fixes of last errors in app

This commit is contained in:
JSC
2025-08-01 02:08:36 +02:00
parent 69cdc7567d
commit 5fdc7aae85
3 changed files with 13 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ async def lifespan(_app: FastAPI) -> AsyncGenerator[None, None]:
logger.info("Extraction processor stopped")
def create_app():
def create_app() -> FastAPI:
"""Create and configure the FastAPI application."""
app = FastAPI(lifespan=lifespan)