Browse Source

♻️ Refactor AsyncExitStack import from contextlib

pull/14099/head
Sebastián Ramírez 3 weeks ago
parent
commit
51c5e488e5
  1. 2
      fastapi/middleware/asyncexitstack.py

2
fastapi/middleware/asyncexitstack.py

@ -1,6 +1,6 @@
from contextlib import AsyncExitStack
from typing import Optional from typing import Optional
from fastapi.concurrency import AsyncExitStack
from starlette.types import ASGIApp, Receive, Scope, Send from starlette.types import ASGIApp, Receive, Scope, Send

Loading…
Cancel
Save