formatting fixes
Build and Push Docker Image / build-and-push (push) Failing after 23s
Python Code Quality / python-code-quality (push) Failing after 9s
Python Test / python-test (push) Successful in 15s

This commit is contained in:
Brian Bjarke Jensen
2025-11-06 22:06:41 +01:00
parent 41636cce77
commit 0e247a69b0
3 changed files with 14 additions and 26 deletions
+1
View File
@@ -29,6 +29,7 @@ async def lifespan(app_instance: FastAPI) -> AsyncIterator[None]:
yield
# Shutdown: Add cleanup code here if needed
# Instantiate app
app = FastAPI(
docs_url=docs_url,