Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modern_di_starlette/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
Loading