From 315510680bd29718e0cad44cccb00251e9a3a217 Mon Sep 17 00:00:00 2001 From: phi Date: Sun, 19 May 2024 17:25:48 +0900 Subject: [PATCH] fix: tests pyright errors --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index c9df477..3e487f8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -14,5 +14,5 @@ ), ] ) -def anyio_backend(request) -> tuple[str, dict[str, Any]]: +def anyio_backend(request: pytest.FixtureRequest) -> tuple[str, dict[str, Any]]: return request.param