Browse Source

🔥 Remove unused import

pull/14099/head
Sebastián Ramírez 3 weeks ago
parent
commit
54d1ea349e
  1. 1
      fastapi/dependencies/utils.py

1
fastapi/dependencies/utils.py

@ -48,7 +48,6 @@ from fastapi._compat import (
)
from fastapi.background import BackgroundTasks
from fastapi.concurrency import (
AsyncExitStack,
asynccontextmanager,
contextmanager_in_threadpool,
)

Loading…
Cancel
Save