Skip to content

Commit

Permalink
fix: tests pyright errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed May 19, 2024
1 parent 90ebc67 commit 3155106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3155106

Please sign in to comment.