Browse Source

🎨 Auto format

pull/12066/head
pre-commit-ci-lite[bot] 5 months ago
committed by GitHub
parent
commit
b7c9856c9e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_depends_deadlock.py

2
tests/test_depends_deadlock.py

@ -1,7 +1,7 @@
import asyncio import asyncio
import threading import threading
import time import time
from typing import Generator from collections.abc import Generator
from fastapi import Depends, FastAPI from fastapi import Depends, FastAPI
from httpx import ASGITransport, AsyncClient from httpx import ASGITransport, AsyncClient

Loading…
Cancel
Save