From e934a6dbf2ef96051ccf811621bc798aa0dac686 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 19 Sep 2026 14:32:45 +0300 Subject: [PATCH] chore: drop the build-order task references --- modern_di_starlette/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modern_di_starlette/main.py b/modern_di_starlette/main.py index 76cd03d..f74ada4 100644 --- a/modern_di_starlette/main.py +++ b/modern_di_starlette/main.py @@ -23,7 +23,6 @@ _CONNECTION_PROVIDERS = (starlette_request_provider, starlette_websocket_provider) # Key under which the per-connection child container lives in the ASGI scope dict. -# `_DIMiddleware` writes it; `inject` (Task 3) reads it back. _CONTAINER_SCOPE_KEY = "modern_di_container"