From a3aed377e0ab9b050239ed97d26121dea685cd6a Mon Sep 17 00:00:00 2001 From: Coralware Template Sync Date: Thu, 21 May 2026 23:50:54 -0500 Subject: [PATCH] =?UTF-8?q?sync:=20README=20=E2=80=94=20build=20linux/amd6?= =?UTF-8?q?4=20(ADR-061)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- code/app/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/app/main.py b/code/app/main.py index de90f98..bcd1786 100644 --- a/code/app/main.py +++ b/code/app/main.py @@ -52,9 +52,7 @@ def create_app() -> FastAPI: app = FastAPI( title="__APP_NAME__", version="0.1.0", - dependencies=( - [Depends(_require_auth_dep)] if settings.OPENAPI_REQUIRE_AUTH else [] - ), + dependencies=([Depends(_require_auth_dep)] if settings.OPENAPI_REQUIRE_AUTH else []), ) @app.middleware("http")