lint and format

This commit is contained in:
Jakub Miazek
2023-07-24 19:29:31 +02:00
parent 2fb3035709
commit f77ab40352
4 changed files with 8 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ from app.redis import get_redis
scope="session",
params=[
pytest.param(("asyncio", {"use_uvloop": True}), id="asyncio+uvloop"),
]
],
)
def anyio_backend(request):
return request.param