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"